On Wed, 2009-05-27 at 02:16 -0700, Sodan wrote:
> Hi there
> 
> Does 3.0 have support for utf8 string ?
> 
> So we can
> string s = map->getString("somestring");
> 
> and s will contain the utf8 string.
> 
> thanx,
> Søren
> 

The client will send ASCII strings and receive ASCII strings and
preserve values in the range of 0-255, we don't yet support wide
character strings.

Regards
Tim.


-- 
Tim Bish
http://fusesource.com
http://timbish.blogspot.com/



Reply via email to