Commit 39fdd439 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 9a80284e
......@@ -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 "-"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment