Bruno Haible <br...@clisp.org> writes: >> $ grep -rie 'yugoslav' >> lib/setlocale_null.h: ("FYRO Macedonian_Former Yugoslav Republic of >> Macedonia.1251"). */ >> lib/setlocale.c: MKI FYRO Macedonian_Former Yugoslav Republic of >> Macedonia.1251 >> lib/setlocale.c: { "MK", "Former Yugoslav Republic of Macedonia" }, >> >> I assume these cannot be changed since they are for old Windows APIs? > > These strings are meant to match what Windows does. > > Windows has a long-term reputation for focusing on backward compatibility; > therefore I don't expect these locale names to change any time.
Cool, thanks for the confirmation. Collin