code-page-0.1: Windows code page library for Haskell

Copyright(C) 2016 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityPortable
Safe HaskellSafe
LanguageHaskell2010

System.Win32.CodePage

Contents

Description

On Windows, this exports functions for getting, setting, and analyzing code pages. On other operating systems, this exports nothing.

Synopsis

The CodePage type

type CodePage = UINT #

Getting and setting code pages

Code page encodings

Valid code pages

installedCodePages :: IO [CodePage] Source #

Enumerates all installed code pages in sorted order.

supportedCodePages :: IO [CodePage] Source #

Enumerates all supported code pages in sorted order.

CodePage-aware Unicode conversion