https://issues.dlang.org/show_bug.cgi?id=23186

--- Comment #2 from Richard Cattermole <[email protected]> ---
No, this isn't an ABI thing, it's about encodings.

Ideally, wchar/dchar would have little and big endian versions so that we can
represent both forms of the encoding in the type system.

It gotta be in: https://dlang.org/spec/type.html#basic-data-types

However, it can be kept pretty simple something like ``Unicode 8-bit code point
with matching target endian``.

--

Reply via email to