I am working on a project where I need to change the character set to multi-byte. Can you tell me where to do this?
Thanks
Jason
how do I change the character set.
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Oct 08, 2010 8:41 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how do I change the character set.
settings -> global editor preferences -> misc
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Oct 08, 2010 8:41 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: how do I change the character set.
Thanks for the answer. I looked there and did not find anything that matched what I need. The closest thing is the file font encoding. Unfortunately I don't know which one it is I need, multi-byte is not in there.
thanks again
thanks again
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: how do I change the character set.
this is what you needxintaris wrote:The closest thing is the file font encoding
multi-byte is not a char set, you need to understand what encoding you need to usexintaris wrote:multi-byte is not in there
Eran
Make sure you have read the HOW TO POST thread