3 Apr
2019
3 Apr
'19
10:54 a.m.
Can anyone tell me how its displayed on Windows for CJK locales or non-english locales? So that I can place these strings in the rc file, for localization. On Wed, Apr 3, 2019 at 12:49 PM Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
On 4/3/19 1:45 PM, Vijay Kiran Kamuju wrote:
- static const WCHAR wszFormat[] = {'%','d','K',0}; - + static const WCHAR wszFormatKB[] = {'%','u',' ','K','B',0}; + static const WCHAR wszFormatMB[] = {'%','u',' ','M','B',0}; + static const WCHAR wszFormatGB[] = {'%','.','1','f',' ','G','B',0}; + This probably should be localized.