coreNetworkStats / regional settings

This forum is now locked and archived. Please use the Version 6 Issues forum

coreNetworkStats / regional settings

Postby Thrawn » Fri Jan 09, 2009 4:14 pm

Hello,
I'm using a x2040 on Vista64 English, V5 software (2008.06.05).

My regional settings are French (France) with the exception of the date format (short date : YYYY-MM-DD instead of DD/MM/YYYY).

So by default :
- the decimal symbol is ","
- the digit grouping symbol is " " ( space )
( English 123,456.123 is displayed 123 456,123)

When I am not downloading and the bitrate is low, I see a question mark, something like :
0,38K/s dn / 0,25K/s up

When I'm downloading and the bitrate is high :
1?890,55K/s dn / 40,36K/s up


I cannot want to change the digit grouping symbol.

Do you have any idea ?

Regards.
Thrawn
 
Posts: 5
Joined: Fri Jan 09, 2009 9:57 am

Postby Torrey » Fri Jan 09, 2009 8:14 pm

Their network plugin uses the standard english formatting options, and looks something like this in code:

PluginManager.LCD_WriteScroll(string.Format("{0:N}", stats.TotalDownload) + " Megs", 1, 1, 0);

Changing it to use the users culture would look like this:

PluginManager.LCD_WriteScroll(string.Format(CultureInfo.CurrentCulture, "{0:N}", stats.TotalDownload) + " Megs", 1, 1, 0);

I'm not sure why they have it the way they do when the market they cover is so large. Since you brought this up I bet they'll have it fixed in the next version.
Torrey
 
Posts: 6
Joined: Thu Dec 25, 2008 3:59 pm

coreNetworkStats / regional settings

Postby Thrawn » Fri Jan 09, 2009 9:31 pm

Thank you.
I hope so.
Thrawn
 
Posts: 5
Joined: Fri Jan 09, 2009 9:57 am

Postby Alex » Sat Jan 10, 2009 7:45 am

Pertelian has definitely grown far past the markets we planned for in the first official release. A wider range of language and symbol support is an issue we're looking into for V6.
ForeSight Systems LLC
ALEXANDER S. JARZEBINSKI
Chief Executive Officer
(714) 657-2522
Email: alex@pertelian.com
Alex
 
Posts: 1016
Joined: Tue Dec 06, 2005 5:36 pm

waiting for the v6

Postby Thrawn » Sat Jan 10, 2009 4:59 pm

Ok, thanks for the answer.

I had it delivered at my office, to I tried it there.

At home (XP32) I changed the digit grouping symbol as I don't use a spreadsheet or software using numbers very often, I put a "." and it's less an issue (so I have 1.253,15K/s for what is 1,253.15K/s in English)

screen copy : Regional settings & EmuLCD

What's strange is that though the "digit grouping symbol" is defined, in the same screen, I chose not to use it (the parameter just under) so all digits should be "together" (in the example 123456789 without any character between the digits), and this format is not used by the v5, though it uses the symbol defined in the same screen of the regional settings.

screen copy : what is displayed

Regards
Thrawn
 
Posts: 5
Joined: Fri Jan 09, 2009 9:57 am


Return to Bugs/Issues Version 5 Archive

Who is online

Users browsing this forum: No registered users and 1 guest