About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: Ryan Scott <ryan.gl.scott@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.2
  2. 8.8.4
  3. 8.6.5
  4. 8.4.4
  5. 8.2.2
  6. 8.0.2
  7. 7.10.3

Readme

code-page

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Linux build Windows build

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.