Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Non non-ISO-8859-1 characters are not auto-escaped
Non non-ISO-8859-1 characters are not auto-escaped [message #709065] Wed, 03 August 2011 13:16 Go to next message
Jose  is currently offline Jose Friend
Messages: 6
Registered: July 2009
Junior Member
According to the Eclipse 3.7 release notes:

Quote:
The properties file editor now auto-escapes typed and pasted non-ISO-8859-1 characters and shows a hover containing the real text if the underlying text contains special characters like \uHHHH, \t, or \n.


However, I have some properties files which I'm editing. Everytime that I write a strange character like ¿ or ó it doesn't get auto-escaped. It stays the same as it was written or pasted. According to the properties, the file codification is ISO-8859-1 (determined from content). Is there anything that I must do to force it to escape strange characters?
Re: Non non-ISO-8859-1 characters are not auto-escaped [message #709520 is a reply to message #709065] Thu, 04 August 2011 01:11 Go to previous messageGo to next message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 8/3/2011 6:46 PM, Jose wrote:
> However, I have some properties files which I'm editing. Everytime that
> I write a strange character like ¿ or ó it doesn't get auto-escaped.

These 2 are ISO-8859-1 characters, see
http://en.wikipedia.org/wiki/ISO/IEC_8859-1. Hence they are not escaped.
Re: Non non-ISO-8859-1 characters are not auto-escaped [message #709705 is a reply to message #709520] Thu, 04 August 2011 07:55 Go to previous message
Jose  is currently offline Jose Friend
Messages: 6
Registered: July 2009
Junior Member
Ok, anyway when I print a message gotten from the properties file I see strange characters unless I escape this...
Previous Topic:Analyzing Sources Slow
Next Topic:Redirect stdout stderr
Goto Forum:
  


Current Time: Thu Apr 18 12:25:00 GMT 2024

Powered by FUDForum. Page generated in 0.01948 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top