79149784

Date: 2024-11-02 01:30:51
Score: 2
Natty:
Report link

I wrote a small C program that lists all Windows locales, LCID, and associated character encodings (and windows code pages).

The code is available on Github: https://github.com/lovasoa/lcid-to-codepage

The resulting exhaustive mapping between LCID and charset is visible here as a CSV: https://github.com/lovasoa/lcid-to-codepage/blob/main/windows_locales_extended.csv

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: lovasoa