[PATCH 4/8] jscript: Implement Array.prototype.toLocaleString.

Gabriel Ivăncescu gabrielopcode at gmail.com
Mon Apr 18 11:29:50 CDT 2022


On 15/04/2022 21:07, Jacek Caban wrote:
> On 4/15/22 19:13, Gabriel Ivăncescu wrote:
>> Meh, looks like some locales have "; " as delimiter instead of ", "
>>
>> Is there something I can query for them to obtain that? Or should I 
>> just adjust the tests to not check even this? 
> 
> 
> I don't think there is JS API for that, but vbscript have a similar 
> thing, see isEnglishLang in vbscript/tests.
> 
> 
> Thanks,
> 
> Jacek
> 

Looks like using LOCALE_SLIST (with GetLocaleInfo) matches all the 
testbot locales, but it appends a space character afterwards.



More information about the wine-devel mailing list