Page 1 of 1

When to support Chinese Charater Set ?

Posted: Tue Jan 19, 2010 9:35 am
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?

Re: When to support Chinese Charater Set ?

Posted: Tue Jan 19, 2010 9:37 am
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

Re: When to support Chinese Charater Set ?

Posted: Tue Jan 19, 2010 10:32 am
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?

Re: When to support Chinese Charater Set ?

Posted: Tue Jan 19, 2010 11:01 am
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

Re: When to support Chinese Charater Set ?

Posted: Tue Jan 19, 2010 5:00 pm
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.

Re: When to support Chinese Charater Set ?

Posted: Tue Jan 19, 2010 5:16 pm
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