Source file encoding

General questions regarding the usage of CodeLite
jacekk
CodeLite Curious
Posts: 2
Joined: Wed May 14, 2008 12:50 am
Contact:

Source file encoding

Post by jacekk »

Hi,

is it possible to add the ability to change source file encoding in code lite editor? Or maybe it is possible through some configuration file now to change from UTF-8 to windows-1250?

Regards,
Jacek
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Source file encoding

Post by eranif »

Currently, CodeLite sets its character set to UTF8 - this is hard coded and can not be modified from configuration file.

You can submit a feature request here:
http://sourceforge.net/tracker/?group_id=202033

If this matter is urgent for you, please make sure you set the priority accordingly and mention that in the request body.

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