Cyclic Dependencies

Ellery Newcomer ellery-newcomer at utulsa.edu
Tue Dec 9 09:00:13 PST 2008


Derek Parnell wrote:
  > It is not a bug. A string literal such as "true" is a char[] type 
(UTF8),
> and the compiler will not implicitly convert UTF8 to UTF16 (wchar[]).

Which would then beg the obvious

wchar[] w = "true";


More information about the Digitalmars-d-learn mailing list