Obtain a copy of a table to convert from LCID to ANSICodePage list.
e.g.
lcidToAnsiCodePages[0x0409]
[1252]
lcidToAnsiCodePages[0x0411]
[932]
Obtain a copy of a table to convert from LCID to ANSICodePage list.
e.g.
lcidToAnsiCodePages[0x0409]will return[1252](en-US)lcidToAnsiCodePages[0x0411]will return[932](ja-JP)