00f19493c3
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.
9 lines
358 B
Text
9 lines
358 B
Text
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.
|