Am Sun, 28 Sep 2014 11:08:13 -0700
schrieb Walter Bright <newshou...@digitalmars.com>:

> On 9/28/2014 5:06 AM, Uranuz wrote:
> > A question: can you list some languages that represent UTF-8 narrow strings 
> > as
> > array of single bytes?
> 
> C and C++.

Not really, C string are in "C locale", not a specific
encoding. I.e. it _cannot_ deal with UTF-8 specifically.
Assuming UTF-8 would lead to funny output on consoles and the
like when passing D string to C functions. :)

-- 
Marco

Reply via email to