1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# `code-page`
[][Hackage: code-page]
[](http://packdeps.haskellers.com/reverse/code-page)
[][Haskell.org]
[][tl;dr Legal: BSD3]
[](https://github.com/RyanGlScott/code-page/actions?query=workflow%3AHaskell-CI)
[](https://ci.appveyor.com/project/RyanGlScott/code-page)
[Hackage: code-page]:
http://hackage.haskell.org/package/code-page
"code-page package on Hackage"
[Haskell.org]:
http://www.haskell.org
"The Haskell Programming Language"
[tl;dr Legal: BSD3]:
https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29
"BSD 3-Clause License (Revised)"
This library provides two modules:
* `System.IO.CodePage`: a cross-platform module that exports functions which adjust code pages on Windows, and do nothing on other operating systems.
* `System.Win32.CodePage`: On Windows, this exports functions for getting, setting, and analyzing code pages. On other operating systems, this module exports nothing.
|