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++ Core » [SOLVED] String.GetCount with umlaut
[SOLVED] String.GetCount with umlaut [message #33707] Tue, 06 September 2011 23:12 Go to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

GetCount() returns 7 for the string "lubäck" Surprised

I see only 6 characters. Where is the trick?
I guess 'ä' is counted twice, but how can I know how many characters are really there in a string?

I am having problem with string aligning of text file in case of accented characters. If even GetCount give uncorrect answer I will not be able to correct the row lenght to be displayed adding additional space (it seems that for each accented characters a space is eated). By the way this was an old issue that I was never able to resolve in my application.

//SetDefaultCharset(CHARSET_UTF8);
String ss, t = "lubäck";
ss << t.GetCount();
SaveFile("out.txt", ss);


Thanks,
Luigi

[Updated on: Thu, 15 September 2011 09:33]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Array : swapping element with a pointer
Next Topic: Core: Null handling incoherent?
Goto Forum:
  


Current Time: Sun May 12 03:45:32 CEST 2024

Total time taken to generate the page: 0.02818 seconds