Creating the Sinhala NLS file

Alex Henrie alexhenrie24 at gmail.com
Thu Feb 28 11:16:17 CST 2019


On Wed, Feb 27, 2019 at 11:22 PM Isira Seneviratne <isirasen96 at gmail.com> wrote:
> I would like to know if the following statements to obtain the value of LOCALE_FONTSIGNATURE for Sinhala are correct, or if any corrections should be made:
>
> WCHAR s[100];
> GetLocaleInfoEx(L"si", LOCALE_FONTSIGNATURE, s, 100);

To be sure you're getting the correct value, I would use
LOCALE_NAME_SYSTEM_DEFAULT and run the code on a Windows machine that
was set up in the Sinhala language from the beginning.

> +  LOCALE_SSCRIPTS "Taml;"

Are you sure this is right?

-Alex



More information about the wine-devel mailing list