[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Google Translate API's



   Hi Scott,
   I think I found the problem.
   In CCSID 1208 any character expressed
   in numeric >128 (x'7F') is 2 to 6 bytes
   long but in ENCODERR4 it is treated as a
   one byte long field.
   Because Google Translate is a "modern"
   API meant for AJAX calls it requires
   URL's that is js-encodeURIComponent
   (UTF-8) encoded instead of js-escaped
   (ISO-8859-1)
   Regards
   Henrik
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------