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 » ArrayCtrl, HeaderCtrl & GridCtrl » [SOLVED] ArrayCtrl and German characters
Re: ArrayCtrl and German characters [message #33671 is a reply to message #33642] Mon, 05 September 2011 11:31 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Apparently, the source .csv is in Win-1252 encoding, which is something U++ has zero chance to know...

You have to convert from Win1252 to utf-8.

ToCharset(CHARSET_UTF8, text, CHARSET_WIN1252);

should do the job...

Mirek
 
Read Message
Read Message
Read Message
Previous Topic: GridCtrl: master - detail
Next Topic: GridCtrl compilation error in version 3878
Goto Forum:
  


Current Time: Mon Apr 29 01:11:07 CEST 2024

Total time taken to generate the page: 0.04420 seconds