Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] character encoding problems

Hi Toni,

thanks for offering support.

As for "my" sourcefile in  157112 I have changed the offending Umlauts from my name to plain ASCII.

Is there an eclipse-internal way to convert to UTF-8. I don't know of any tool which can do it.


Thanks,


Norbert

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Leherbauer, Anton
Gesendet: Mittwoch, 13. September 2006 10:15
An: CDT General developers list.
Betreff: RE: [cdt-dev] character encoding problems

There are two solutions:

1. convert the files to valid UTF-8 and also mark 
   them as UTF-8 in the project preferences

2. replace the offending characters with plain ASCII.

I'd prefer option 1 and I could also do the conversion
if nobody objects.

BTW, it is probably a JVM-dependent issue how
the builtin decoding methods handle encoding problems.
The Sun JVM on Windows replaces malformed input bytes
and unmappable characters by default (as e.g. in Charset#decode()),
instead of reporting errors.

Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Chris Recoskie
> Sent: Wednesday, September 13, 2006 12:13 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] character encoding problems
> 
> I've been trying to debug some issues on PowerPC Linux and 
> have been unable
> to build CDT due to encoding problems on a couple of source 
> files.  I have
> filed 157112 and 157113 to track these.
> 
> ===========================
> 
> Chris Recoskie
> Team Lead, IBM CDT Team
> IBM Toronto
> http://www.eclipse.org/cdt
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top