Movement against float.init being nan

kdevel kdevel at vogtner.de
Sat Aug 20 21:03:50 UTC 2022


On Saturday, 20 August 2022 at 01:01:07 UTC, Walter Bright wrote:
> The NaN value for char is 0xFF [...]. [...] (0xFF is specified 
> as an illegal
> code point in Unicode.)

The code point OxFF = U+00FF is ÿ: 
<https://codepoints.net/U+00FF>. It is the code unit [1]: "In 
valid UTF-8, the bytes 0xF5..0xFF cannot occur."

[1] 
https://stackoverflow.com/questions/1319022/really-good-bad-utf-8-example-test-data


More information about the Digitalmars-d mailing list