caetanator / CodePage2Unicode

Convert strings from ASCII code pages to Unicode and vice versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Convert strings from ASCII code pages to Unicode and vice versa

License:GNU General Public License v3.0


Languages

Language:C++ 77.2%Language:C 22.8%