Search code examples
asciidata-conversionutfebcdic

DOS ASCII Code pages


I have a legacy system that is using one EBCDIC to ASCII conversion table. The writer probably did not know that there are multiple code pages for ASCII and EBCDIC. There are extended and accented letters that are not converted properly and I can fix those according to the code pages in use.

I'm asking if anybody knows a single place where I can look at as much code pages as possible to try and figure out the table that was used for conversion. Looking through multiple Wikipedia pages for each code page is too slow and possibly error prone.


Solution

  • The ICU project has a wide variety of tables for converting various EBCDIC and ASCII versions into Unicode,.