[ 
https://issues.apache.org/jira/browse/LUCENE-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482918
 ] 

Karl Wettin commented on LUCENE-841:
------------------------------------

Escaped unicode, integer value, what not, just not raw UTF8 please.

I for one have problems compiling a mix of code in [my local non UTF8 locale 
setting I save my own code in] and UTF8. This could of course be fixed locally 
in my system environemnt, but it would be so much easier to just avoid the raw 
UTF8 characters. 

> Replace UTF8 characters in stemmer code with integer values.
> ------------------------------------------------------------
>
>                 Key: LUCENE-841
>                 URL: https://issues.apache.org/jira/browse/LUCENE-841
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Karl Wettin
>            Priority: Critical
>
> BrazillianStemmer, GermanStemmer, FrenchStemmer and DutchStemmer all contains 
> UTF characters in the java code. All environments does not handle that. It 
> really ought to be integer values instead.
> I'll come up with a patch sooner or later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to