Modify ↓
Ticket #237 (new defect)
Opened 15 months ago
Is \x parsing correct?
| Reported by: | dfs@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | libyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The \x## parsing seems incorrect to me. If ## is >= 0x80, the parser emits two UTF-8 characters, treating ## as a Unicode code point.
I understand \x## to mean: Insert the raw byte value ##. I thought \u and \U are reserved for Unicode code points.
Attachments
Note: See
TracTickets for help on using
tickets.
