how do I change the character set.

General questions regarding the usage of CodeLite
xintaris
CodeLite Curious
Posts: 2
Joined: Fri Oct 08, 2010 8:41 pm
Genuine User: Yes
IDE Question: c++
Contact:

how do I change the character set.

Post by xintaris »

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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how do I change the character set.

Post by eranif »

settings -> global editor preferences -> misc

Eran
Make sure you have read the HOW TO POST thread
xintaris
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.

Post by xintaris »

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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how do I change the character set.

Post by eranif »

xintaris wrote:The closest thing is the file font encoding
this is what you need
xintaris wrote:multi-byte is not in there
multi-byte is not a char set, you need to understand what encoding you need to use

Eran
Make sure you have read the HOW TO POST thread
Post Reply