cparser icon indicating copy to clipboard operation
cparser copied to clipboard

cparser can't handle wide literals

Open GabrielRavier opened this issue 4 years ago • 0 comments

L"\x12345600";

This errors with this message :

cparser: ./src/adt/unicode.h:65: obstack_grow_utf8: Assertion `c < 0x200000' failed.
Aborted (core dumped)

GabrielRavier avatar Jun 04 '20 22:06 GabrielRavier