https://bugs.winehq.org/show_bug.cgi?id=53770
--- Comment #3 from 399989567@qq.com --- (In reply to Sagawa from comment #2)
Please correctly describe your situation. The LOCALE_SNATIVEDIGITS value comes from locale.nls not local.nls. In Chinese locale, it should be "〇一二三四五六七八九" not "零一二三四五六七八九".
Thank you very much for your help, please forgive me for not phrasing the question correctly, sorry here.
Then, why don't you search the code with the above keywords using grep command? You'll easily find the script, i.e. tools/make_unicode.
I searched 0123456789 at that time, but there was no result. Now it looks like I should retrieve locale.nls
The script is written in Perl language. Can you reach to https://github.com/unicode-org/cldr/blob/ 1e28c0fbb43b719b43127432f0a86323578789a4/common/supplemental/ numberingSystems.xml#L36 ?
I've found where you said, I can go to the url you sent me, and it seems I just need to modify the script and run it.
I'm now learning about camel language and trying to generate my own, thanks a lot