[ https://issues.apache.org/jira/browse/LUCENE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782649#action_12782649 ]
Simon Willnauer commented on LUCENE-2069: ----------------------------------------- If we are too desperate about it I would suggest to have something like the following just above the loop: {code} if(buffer.length >= length) buffer[length] = 0x00; {code} > fix LowerCaseFilter for unicode 4.0 > ----------------------------------- > > Key: LUCENE-2069 > URL: https://issues.apache.org/jira/browse/LUCENE-2069 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Reporter: Robert Muir > Assignee: Robert Muir > Priority: Minor > Fix For: 3.1 > > Attachments: LUCENE-2069.patch, LUCENE-2069.patch, LUCENE-2069.patch, > LUCENE-2069.patch, LUCENE-2069.patch > > > lowercase suppl. characters correctly. > this only fixes the filter, the LowerCaseTokenizer is part of a more complex > issue (CharTokenizer) -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org