https://bugs.winehq.org/show_bug.cgi?id=53770
--- Comment #6 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 "零一二三四五六七八九".
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.
The script is written in Perl language. Can you reach to https://github.com/unicode-org/cldr/blob/ 1e28c0fbb43b719b43127432f0a86323578789a4/common/supplemental/ numberingSystems.xml#L36 ?
Thank you very much for your help, I have completely solved the problem.
By using the script written in the perl language, I successfully generated the locale.nls I needed and solved the problem