code-page: Windows code page library for Haskell

[ bsd3, library, system ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.1
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5), Win32 [details]
License BSD-3-Clause
Copyright (C) 2016-2017 Ryan Scott
Author Ryan Scott
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Category System
Home page https://github.com/RyanGlScott/code-page
Bug tracker https://github.com/RyanGlScott/code-page/issues
Source repo head: git clone https://github.com/RyanGlScott/code-page
Uploaded by ryanglscott at 2021-02-06T14:12:45Z
Distributions Arch:0.2.1, Debian:0.2, Fedora:0.2.1, LTSHaskell:0.2.1, NixOS:0.2.1, Stackage:0.2.1, openSUSE:0.2.1
Reverse Dependencies 5 direct, 3596 indirect [details]
Downloads 47473 total (199 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-02-06 [all 1 reports]

Readme for code-page-0.2.1

[back to package description]

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.