Use iconv (as an alternative to locale) to encode UTF8 strings to/from the 
controller
-------------------------------------------------------------------------------------

         Key: CAROB-79
         URL: https://forge.continuent.org/jira/browse/CAROB-79
     Project: Carob
        Type: Improvement
  Components: C++ API  
    Versions: Preview - PHP conference    
    Reporter: Marc Herbert
 Assigned to: Marc Herbert 
    Priority: Minor


The fastest way to do this is probably this:
 codecvt<char, wchar_t, __enc_traits>
<http://gcc.gnu.org/onlinedocs/libstdc++/22_locale/codecvt.html>

We would like to detect this at run time but it looks impossible since we need 
__enc_traits defined.
It is defined in glibc/locale.h 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to