Re: Skin files and character encoding

"Hannes Wallnoefer" <[email protected]> Fri, 11 Jan 2008 10:33:34 +0100
Newsgroups gmane.comp.java.helma.general
Message-ID <[email protected]>
2008/1/10, [email protected] <[email protected]>:
>
> I don't fully understand why this could be related to the runtime, though.

Actually, the possibilities are:

1) the skinCharset property is not properly set/recognised in Helma.
2) The Java VM does decode UTF8 properly despite being told so
3) Somethign is fishy with the UTF8 encoded file written by Eclipse and TextMate

3) is rather implausible, as is 1) if you have skinCharset set to UTF8
or UTF-8, so my guess was 2).

An important question is: Is decoding failing only for the euro sign,
or also for other characters such as umlauts? If umlauts are decoded
correctly the problem is almost definitely not with Helma, but with
Java and Eclipse/TextMate disagreeing on this particular aspect of
UTF-8.

hannes