Hi All,
I am developing an application and testing it on the emulator. I am
getting the weird (at least to me) error message "unsupported
international call" when executing:

err = TxtConvertEncoding(
              true,
              NULL,
              (Char*)s,
              &lenSrc,
              //CHAR_ENCODING_VALUE(encoding),
              LmGlueGetSystemLocale(NULL),
              NULL,  // just return the size
              &lenDst,
              charEncodingUTF8,
              "?",
              1
          );

Has anybody a clue on what it could be due and how fix it?

Thanks in advance.

Stefano
-- 
Stefano Fornari - Sync4j Project Manager / Funambol CTO
=======================================================
Home:
http://www.sync4j.org
FAQ:
http://sync4j.funambol.com/main.jsp?main=faq
Project Documentation:
http://forge.objectweb.org/docman/index.php?group_id=96
Documentation site:
http://sync4j.funambol.com/main.jsp?main=documentation
List archives:
http://groups.yahoo.com/group/Sync4j (login required)
http://sourceforge.net/mailarchive/forum.php?forum_id=215
Wiki:
http://wiki.objectweb.org/sync4j/
 
Sync4j - The open source SyncML mobile application platform

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to