|
From: | Paul Eggert |
Subject: | Re: [Emacs-diffs] master db828f6: Don't rely on defaults in decoding UTF-8 encoded Lisp files |
Date: | Sun, 27 Sep 2015 00:52:08 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
Eli Zaretskii wrote:
I don't see any language to that effect in the C11 Final Draft I have here. AFAICT, non-UTF-8 multibyte sequences are still supported by C11.
Of course; that part didn't change. I was talking about C11's new UTF-8 string literals, e.g., u8"Emacsの主要操作(早見表)". There is no similar notation for Shift-JIS, etc. Of course implementations can support legacy encodings, and some legacy C programs are written that way, but the only portable way to go in the future is Unicode.
[Prev in Thread] | Current Thread | [Next in Thread] |