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?
When to support Chinese Charater Set ?
-
- CodeLite Curious
- Posts: 8
- Joined: Sat Nov 28, 2009 7:25 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: When to support Chinese Charater Set ?
This is a vague statement. Please give an example of what cant be done in more detailsatubar wrote:I find that Chinese Charater Set works not well in CL
Eran
Make sure you have read the HOW TO POST thread
-
- 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 ?
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?
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: When to support Chinese Charater Set ?
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.atubar wrote:And It seems that CodeBlock can auto load proper encoding , is it better to do so?
A patch is most welcome (if you can)
Eran
Make sure you have read the HOW TO POST thread
-
- 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 ?
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.
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: When to support Chinese Charater Set ?
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
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