Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 794 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 794 Bytes

CodePage2Unicode

Convert strings from ASCII code pages to Unicode and vice versa.

Suported code pages for now:

  • US-ASCII (7-bit)
  • ISO-8859-1: Latin 1; Western European (ISO)
  • ISO-8859-7: Greek (ISO)
  • ISO-8859-15: Latin 9 (ISO)
  • macintosh: MAC Roman; Western European (Mac)
  • x-mac-greek: Greek (Mac)
  • IBM437: United States (DOS)
  • IBM850: Multilingual Latin 1; Western European (DOS)
  • IBM851: MS-DOS Greek 1 (Greek, French and German) (DOS)
  • IBM00858: Multilingual Latin 1 + Euro symbol (DOS)
  • IBM00859: Western European languages (contains all of the characters in ISO 8859-15) (DOS)
  • IBM860: Portuguese (DOS)
  • IBM869: Modern Greek (DOS)
  • IBM737: Greek (DOS)
  • windows-1252: Latin 1; Western European (Windows)
  • windows-1253: Greek (Windows)