Pre-alpha D language online tour

André via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 28 11:03:15 PST 2016


On Thursday, 28 January 2016 at 09:53:12 UTC, Nicholas Wilson 
wrote:
>> Another typo: In Basic's page two (Basic types) it says
>>     The prefix u denotes unsigned types. char translates to 
>> UTF-8 characters, dchar is       used in UTF-16 strings and 
>> dchar in UTF-32 strings.
>> Should be
>>     The prefix u denotes unsigned types. char translates to 
>> UTF-8 characters, _W_char is used in UTF-16 strings and dchar 
>> in UTF-32 strings.
>
> Also
>
> in Basics 10 the comments for the string types are the wrong 
> way round
> alias dstring = immutable(dchar)[]; // UTF-16
> alias wstring = immutable(wchar)[]; // UTF-32

Nicholas, thank you very much for proof reading! Has been fixed.


More information about the Digitalmars-d mailing list