Should you be able to initialize a float with a char?

Ali Çehreli acehreli at yahoo.com
Fri May 20 01:47:36 UTC 2022


On 5/19/22 17:50, kdevel wrote:

 > The first input contains UTF-8 of the (normalized)
 > codepoint, which is left unchanged by Walters lowercase function.

Note that Walter did not write any function. He showed a piece of code 
that would lowercase ASCII letters inside a UTF-8 encoded Unicode string.

The code did not assume the string was ASCII and it did not claim to 
lowercase all Unicode characters.

Ali



More information about the Digitalmars-d mailing list