[Mono-dev] Charset to be used in Mono applications?

Rafael Teixeira monoman at gmail.com
Tue May 5 14:11:49 EDT 2009


If you are talking of the in-memory representation of strings. Yes, that is
the definition for a char (16bits) in Mono/.NET. thus the need for utf-16 to
cover the whole unicode character space. See the ECMA standard for the CLI,
for details.

Managed programs have access to easy conversion routines from/to other
encodings, See the Encoding and Stream classes.

Fun,

On Tue, May 5, 2009 at 4:15 AM, Friedrich Dominicus <
frido at q-software-solutions.de> wrote:

> I've another question while looking through some code. Does everything
> in Mono have to use utf16?
>
> Regards
> Friedrich
>
> --
> Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim
> Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



-- 
Rafael "Monoman" Teixeira
---------------------------------------
"To be creative means to be in love with life. You can be creative only if
you love life enough that you want to enhance its beauty, you want to bring
a little more music to it, a little more poetry to it, a little more dance
to it."
Osho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090505/5c14e4a6/attachment.html 


More information about the Mono-devel-list mailing list