Guillaume, the problem is that I have both ISO-8859-1(5) and UTF-8 files. Actually I think that in case of XML-Files IntelliJ should read the encoding from the XML-Header and therefore handle different encodings gracefully. In my opinion this rather seems to be a bug. Hope they get this fixed for the final release.
Daniel > -----Original Message----- > From: Guillaume Laforge [mailto:[EMAIL PROTECTED]] > Posted At: Wednesday, July 17, 2002 3:22 PM > Posted To: bugs > Conversation: XML - UTF-8 Encoding > Subject: Re: XML - UTF-8 Encoding > > > > >is there any open issue with editing UTF-8 XML-Files? Files > edited with > >XML-Spy which seem to be correct are displayed with defect German > >characters (��� etc.). I'm using Build 636. > > If you have selected the UTF-8 file encoding in section > General of the IDE > Options, there should not be any problem with build #636. > Otherwise, if you use the default encoding, you'll see junk > characters. > But be VERY carefull, if you use something else than Default, > AVOID at ALL > COST to save a file opened with the wrong encoding, > otherwise, IDEA will > fuck it up. > For example, I have ISO-8859-1 files or maybe windows' own > charset, I opened > them as if they were within an UTF8 encoding, made some > modifications, saved > it back... and ALL the non-UTF-8 characters (Euro symbol, > French accents, > etc...) were ALL replaced with squares!!! > So once again, be VERY carefull. > If all your projects files are in UTF-8, then go for full > UTF-8 support. > Otherwise... use at your own risk. > > Guillaume > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
