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

Home » U++ Library support » U++ Core » UTF8 and accented characters
Re: UTF8 and accented characters [message #20616 is a reply to message #20613] Fri, 27 March 2009 08:56 Go to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
forlano wrote on Thu, 26 March 2009 16:51


Is it normal? Of course I am missing something... but what?
Thanks,
Luigi



IMO:

You must always consider that there are two encodings involved:

Encoding that TheIDE uses to edit the file (that is in defined in Project menu).

Encoding that your code things the file is in. (This is set by SetDefaultCharset mainly).

If there is no match, you can see those weird things Smile

Also, if you switch the encoding for some file, TheIDE does not reencode it. That is why you see weird things after switching to utf-8 - the file that is NOT in utf8 gets displayed as if it was...

But you can still convert the file to another encoding, using Project/Convert to encoding.

Mirek
 
Read Message
Read Message
Previous Topic: Possible bug/clarification only callback2 was changed for const Object*
Next Topic: C++ libraries
Goto Forum:
  


Current Time: Wed Sep 16 18:01:33 GMT+2 2026

Total time taken to generate the page: 0.00686 seconds