Hi,

Just wondering if there are any plans to add support for utf8 (aka u8"string") and utf16 (aka u"string") string literals in tcc?

I know there's support for L"strings" but that's either char16_t or char32_t depending on platform and I need utf16.

It's not super important as I'm generating the C code I'm compiling and can use

(char16_t[]){65,66,67,0}

but u"abc" is much nicer/easier to read.

Brad
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to