When to support Chinese Charater Set ?

Discussion about CodeLite development process and patches
atubar
CodeLite Curious
Posts: 8
Joined: Sat Nov 28, 2009 7:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

When to support Chinese Charater Set ?

Post by atubar »

Excuse Me, I use CL for simple test. I find that Chinese Charater Set works not well in CL. And CL seems not support that.
So, Will CL support Chinese Charater Set ? And When?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: When to support Chinese Charater Set ?

Post by eranif »

atubar wrote:I find that Chinese Charater Set works not well in CL
This is a vague statement. Please give an example of what cant be done in more details

Eran
Make sure you have read the HOW TO POST thread
atubar
CodeLite Curious
Posts: 8
Joined: Sat Nov 28, 2009 7:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: When to support Chinese Charater Set ?

Post by atubar »

I'm sorry for my pre post.
After more tests, I find it Encoding in Windows-936 can help Chinese Charater Set works in a right way.
And It seems that CodeBlock can auto load proper encoding , is it better to do so?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: When to support Chinese Charater Set ?

Post by eranif »

atubar wrote:And It seems that CodeBlock can auto load proper encoding , is it better to do so?
Probably. However, I dont know how to auto-detect the encoding when loading a file, this is why its done this way. But once set, this is encoding that codelite will use to load all of your files.

A patch is most welcome (if you can)

Eran
Make sure you have read the HOW TO POST thread
atubar
CodeLite Curious
Posts: 8
Joined: Sat Nov 28, 2009 7:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: When to support Chinese Charater Set ?

Post by atubar »

I'm interested in it and I will have a try.
Is there any specification for patch?
----------------------------------------------------------------------------
Honestly, it is quite a great challenge for me now, though I'm interested in it .
I will have a try when I think I can and have a good solution.
Last edited by atubar on Tue Jan 19, 2010 5:32 pm, edited 2 times in total.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: When to support Chinese Charater Set ?

Post by eranif »

No.

Checkout codelite sources make your modifications and then simply run 'svn diff' on your local repository and save the output into a file and send it over

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