Hello,
(Vista, CL rev. 3135)
I get an reproducable crash of CL if I try to insert characters with a binary value of 0x93 or 0x94 (which I copy and pasted from some PDF source) and then save the file. My file encoding is set to ISO 8859-1. If I change the file encoding to UTF-8, there will be no crash. Is there anything I can do about this (beside changing the file encoding)?
Best regards.
CL crashes with special character
-
- CodeLite Veteran
- Posts: 63
- Joined: Mon Apr 06, 2009 10:43 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CL crashes with special character
Can u copy/paste them to this post so I can look at the crash dump?
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 63
- Joined: Mon Apr 06, 2009 10:43 am
- Contact:
Re: CL crashes with special character
Just copy the character on the next line, insert it into a document (8851-1 encoding) and try to save it.
”
”
-
- CodeLite Veteran
- Posts: 63
- Joined: Mon Apr 06, 2009 10:43 am
- Contact:
Re: CL crashes with special character
Hello Eran,
could you reproduce the problem with the character?
could you reproduce the problem with the character?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CL crashes with special character
Yes, working on a solution for it
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 63
- Joined: Mon Apr 06, 2009 10:43 am
- Contact:
Re: CL crashes with special character
Thanks, good to hear that.