Pre-alpha D language online tour

Nicholas Wilson via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 28 01:53:12 PST 2016


On Thursday, 28 January 2016 at 09:36:00 UTC, Nicholas Wilson 
wrote:
> On Monday, 25 January 2016 at 18:17:09 UTC, André 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



More information about the Digitalmars-d mailing list