xfce-winxp-tc icon indicating copy to clipboard operation
xfce-winxp-tc copied to clipboard

winver is missing thousands separator on RAM display

Open rozniak opened this issue 2 years ago • 1 comments

Currently winver just displays the RAM as a basic number. In Windows it has thousands separators - needs to be localised as well.

rozniak avatar Mar 22 '22 22:03 rozniak

Unfortunately it seems we can't use the printf formatting for this because it's not standards compliant. Will need to write a function to format a number in this way, an API in libwintc-shllang will do.

rozniak avatar May 02 '23 11:05 rozniak