scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 9a4739eeaaf26ade4ba17ecfd4a0699335df81b3
parent 26ca4f685769ed414ca062864de70af6b94f2a8b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  7 Nov 2022 14:40:12 +0100

doc: Add information about encoding assumptions

Diffstat:
MREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -170,3 +170,10 @@ of arguments. #define P(a, ...) a P(1) + +C99 libc +======== + +The C99 libc only supports the C locale using UTF-8 for multibyte +sequences. It also assume that the wide character set includes as +ASCII as a subset.