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

Using literal unicode character, not character reference, in

  • 1.  Using literal unicode character, not character reference, in

    Posted Mon February 07, 2005 05:10 PM

    I’m trying to use a literal unicode character in an XQuery, rather than a character reference.

    For example, the following will work:


    where starts-with($q/name, “Ç”)

    but I would like to be able to use (I can’t get this to work):


    where starts-with($q/name, "


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Using literal unicode character, not character reference, in

    Posted Mon February 07, 2005 05:40 PM

    There should be no problem using this (and other unicode) characters literally, when the _encoding parameter of the request matches the actual encoding used for the query string.

    When using the interactive interface, make sure that the “Encoding” field specifies the same encoding that is assumed by the browser (e.g. for IE, see View->Encoding).


    #Tamino
    #API-Management
    #webMethods