> And it's wonderful that the C standard defines a character literal as  
> so:
> 
>       char-literal:
>               ' characters '
>       characters:
>               character
>               characters character
> 
> (or something like that)
> 
> Question, then: why do we need wchar_t/Rune?
> 

because we have more tha 255 characters.

- erik

Reply via email to