Index/TestIndexInput/TestRead fails - (invalid UTF8 sequence).
---------------------------------------------------------------
Key: LUCENENET-188
URL: https://issues.apache.org/jira/browse/LUCENENET-188
Project: Lucene.Net
Issue Type: Bug
Environment: Lucene.Net 2.4.0
Reporter: Digy
Priority: Trivial
Attachments: IndexInput.patch
This test fails since "System.Text.Encoding.UTF8.GetString(bytes, 0, length)"
emits \ufffd char for invalid UTF-8 sequences and Java's "String(bytes, 0,
length, "UTF-8")" outputs \x00.
I will attach a very bad implemented patch to show the problem but won't commit
it unless a clever (and performant) solution is found.
DIGY.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.