[
https://issues.apache.org/jira/browse/LUCENE-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483288
]
Doug Cutting commented on LUCENE-841:
-------------------------------------
> For anyone else who ever needs to do this, it's a 10-second job in the free
> Windows editor BabelPad
Java's native2ascii tool is intended for this:
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/native2ascii.html
Also note that there's an Ant task for this:
http://ant.apache.org/manual/OptionalTasks/native2ascii.html
> 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
> Attachments: lucene-841.patch
>
>
> 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]