kernel32/nls: Store LOCALE_SNATIVEDIGITS as UTF-8 in far.nls.
CP1256 can't represent these, but it's fine in UTF-8. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9a80284e1a
commit
39fdd439b3
|
@ -126,7 +126,7 @@ STRINGTABLE LANGUAGE LANG_PERSIAN, SUBLANG_DEFAULT
|
|||
LOCALE_SNAME "fa-IR"
|
||||
LOCALE_SNATIVECTRYNAME "ایران"
|
||||
LOCALE_SNATIVECURRNAME "ریال"
|
||||
LOCALE_SNATIVEDIGITS L"\x06f0\x06f1\x06f2\x06f3\x06f4\x06f5\x06f6\x06f7\x06f8\x06f9"
|
||||
LOCALE_SNATIVEDIGITS "۰۱۲۳۴۵۶۷۸۹"
|
||||
LOCALE_SNATIVEDISPLAYNAME "فارسی (ایران)"
|
||||
LOCALE_SNATIVELANGNAME "فارسی"
|
||||
LOCALE_SNEGATIVESIGN "-"
|
||||
|
|
Loading…
Reference in New Issue