IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Charcterset conversion: e.g ISO 8859-1 => UTF8

  • 1.  Charcterset conversion: e.g ISO 8859-1 => UTF8

    Posted Mon October 28, 2002 10:53 AM

    Hi,

    is there a tool to convert a string from one characterset into another one?

    In this case the data is ISO 8859-1 encoded (latin1) and has to be converted into utf8.

    Thanks in advance


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Charcterset conversion: e.g ISO 8859-1 => UTF8

    Posted Tue October 29, 2002 08:55 PM

    You first use the stringToBytes service using the default encoding i.e ISO 8859-1. Then use the stringToDocument service and specify the encoding as UTF-8. You will get a node which would be in UTF-8

    Manohar


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General