DIP60: @nogc attribute

monarch_dodra via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 19 06:42:24 PDT 2014


On Saturday, 19 April 2014 at 11:21:05 UTC, Tobias Pankrath wrote:
> On Saturday, 19 April 2014 at 10:31:28 UTC, Jacob Carlborg 
> wrote:
>> On 2014-04-19 12:21, bearophile wrote:
>>
>>> Better to move it in std.ascii instead of removing it.
>>
>> The current implementation works with more characters than 
>> ASCII.
>
> Or replace characters whose upper case representation is bigger 
> than the lower case representation with U+FFFD or similar.

Replacing a character with FFFD is only acceptable if it was 
invalid to begin with. Doing it because it's convenient is not 
acceptable.


More information about the Digitalmars-d mailing list