in eclipse you need to set your project's character encoding to UTF-8.

if you are checking out the source code from svn, you can run 'ant eclipse'
from the top level, and then hit refresh on your project. it will set your
encoding and your classpath up.

On Tue, Apr 5, 2011 at 6:10 PM, Eric Grobler <impalah...@googlemail.com>wrote:

> Hi Everyone,
>
> Some language specific classes like GermanLightStemmer has invalid
> character
> compiler errors for code like:
>      switch(s[i]) {
>        case 'ä':
>        case 'Ã ':
>        case 'á':
> in Eclipse with JDK 1.6
>
> How do I get rid of these errors?
> Thanks & Regards
>
> Ericz
>

Reply via email to