C++ Logo

std-discussion

Advanced search

Re: lexer: why does digraph are still not deprecated?

From: Yongwei Wu <wuyongwei_at_[hidden]>
Date: Sun, 17 Jan 2021 21:50:03 +0800
First, ASCII support is good enough for stopping using digraphs and
trigraphs. You do not need UTF-8.

Second, this link might be what you want to read:
https://stackoverflow.com/a/28053221/816999.

On Sat, 16 Jan 2021 at 03:35, corentin.musard--- via Std-Discussion <
std-discussion_at_[hidden]> wrote:

> digraph: https://timsong-cpp.github.io/cppwp/lex#digraph
>
>
> There were useful long time ago, but with the use of utf8 everywhere why
> not deprecate or even remove them?
>
> --
> Std-Discussion mailing list
> Std-Discussion_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-discussion
>


-- 
Yongwei Wu
URL: http://wyw.dcweb.cn/

Received on 2021-01-17 07:50:19