Function getLcidToAnsiCodePages

  • 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)

    Returns { [key: number]: number[] }