Re: [PATCH] vbscript: Implemented GetLocale(try 2)
March 17, 2015
8:34 a.m.
On 17.03.2015 11:29, Shuai Meng wrote:
+ return return_int(res, GetSystemDefaultLCID());
How did you test that it's system default and not user default or current thread locale?
March 2015
2:15 a.m.
New subject: [PATCH] vbscript: Implemented GetLocale(try 2)
2015-03-17 16:34 GMT+08:00 Nikolay Sivov <bunglehead(a)gmail.com>:
On 17.03.2015 11:29, Shuai Meng wrote:
+ return return_int(res, GetSystemDefaultLCID());
How did you test that it's system default and not user default or current thread locale?
I didn't test but I should. It turns out that we can use SetLocale to change the locale, in order to test GetLocale, maybe I should implement SetLocale first.
4026
Age (days ago)
4027
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Shuai Meng