U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » thousand separator problem
thousand separator problem [message #5067] Sat, 02 September 2006 00:38 Go to previous message
zsolt is currently offline  zsolt
Messages: 704
Registered: December 2005
Location: Budapest, Hungary
Contributor
Using Hungarian setup and hungarian double formatting (%nl), my app showed squares instead of thousand separators.
I changed the return line of String GetLocaleInfoA(LCID lcid, LCTYPE lctype) in Lang.cpp from
return cbuf;

to
return FromSystemCharset(cbuf);

Now it seems to be working well, but I don't know if this is the optimal solution?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CJK support
Next Topic: what about decimal-point and thousand-separator?
Goto Forum:
  


Current Time: Tue Jun 16 08:07:25 GMT+2 2026

Total time taken to generate the page: 0.00519 seconds