Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-code-page
From: Masatake Daimon
Date: 2020-01-19 13:37:21
Message id: 20200119123722.30E06FBF4@cvs.NetBSD.org
Log Message:
Import code-page-0.2
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.
Files: