[PATCH] taskmgr: Use different units depending on memory usage.

Vijay Kiran Kamuju infyquest at gmail.com
Wed Apr 3 05:54:56 CDT 2019


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 at 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.
>
>



More information about the wine-devel mailing list