Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 697
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: Mon Apr 29 10:52:56 CEST 2024

Total time taken to generate the page: 0.03346 seconds