Henri Verbeet : kernel32/nls: Store LOCALE_SNATIVEDIGITS as UTF-8 in far.nls.

Alexandre Julliard julliard at winehq.org
Thu Jun 16 03:45:43 CDT 2016


Module: wine
Branch: stable
Commit: 8ce0c4d78e8bd46baa59f9cfe68a395cc445f4d9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8ce0c4d78e8bd46baa59f9cfe68a395cc445f4d9

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu May 19 18:02:44 2016 +0200

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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 39fdd439b3f013ca127c332bfd5268b359f47607)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/kernel32/nls/far.nls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/nls/far.nls b/dlls/kernel32/nls/far.nls
index 652c78f..631f93b 100644
--- a/dlls/kernel32/nls/far.nls
+++ b/dlls/kernel32/nls/far.nls
@@ -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 "-"




More information about the wine-cvs mailing list