Re: Plea for the support of unicode escape sequences
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Plea for the support of unicode escape sequences
- From: Florian Weimer <fw@...>
- Date: 2011年6月28日 21:56:21 +0200
* Edgar Toernig:
> + case 'U': read_and_save_uniesc(ls, 8); continue;
Shouldn't \U take only 6 digits, and only characters up to \U1fffff?
Code points beyond that are no longer representable in the current
version of UTF-8, after all.