C++ Logo

sg14

Advanced search

[SG14] Character encodings on non-mainstream platforms

From: Jens Maurer <Jens.Maurer_at_[hidden]>
Date: Fri, 29 Oct 2021 20:40:46 +0200
Hi,

I hope to reach some people here that have experience with interesting platforms
(e.g. DSPs), in particular those where CHAR_BIT >= 16.

Do any of those platforms offer character sets for string-literals beyond ASCII?

If so, what's the encoding?

What does

char s[] = "\u00e4";

do on such a platform?
(What's sizeof(s) and what are the integer values contained in s?)

Jens

Received on 2021-10-29 13:40:51