tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Any plans to support utf8/utf16 string literals?


From: brad
Subject: [Tinycc-devel] Any plans to support utf8/utf16 string literals?
Date: Mon, 15 Jan 2024 07:26:38 +0000

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]