Opened 17 months ago
Closed 17 months ago
#796 closed Bug Report (fixed)
ntriples parser utf-8 out of range
| Reported by: | rszeno | Owned by: | dave |
|---|---|---|---|
| Priority: | trivial | Component: | Serd |
| Keywords: | Cc: |
Description
serdi 0.8.0, revision 277:
serdi -i ntriples -o ntriples -s '_:a <a#b> "\U0011FFFF" .'
_:a <a#b> "\U0011FFFF" .
last valid value in ntriples seems to be \U0010FFFF
best regards
Change History (2)
comment:1 Changed 17 months ago by dave
comment:2 Changed 17 months ago by dave
- Resolution set to fixed
- Status changed from new to closed
Fixed in r279/serd.
Note: See
TracTickets for help on using
tickets.

You really think it would be better to write the escaped replacement character than preserve the escape in the input?