mikemccand commented on issue #60:
URL: 
https://github.com/apache/lucene-jira-archive/issues/60#issuecomment-1193290388

   > I'm not yet sure exactly how that `\u0010` is supposed to be interpreted -
   
   OK it looks like [it is 
hexadecimal](https://tools.ietf.org/id/draft-ietf-json-rfc4627bis-09.html#rfc.section.7),
 so `\u0010` is this [exotic control 
character](https://www.fileformat.info/info/unicode/char/0010/index.htm).  I'm 
not sure why it was not recognized, exotic though it be, on import, and 
converted to `U+FFFD` (the [fallback Unicode Replacement 
Character](https://www.fileformat.info/info/unicode/char/fffd/index.htm) when 
something goes wrong in decoding Unicode).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to