RE: Problem with Custom Send Pipeline Component



Those characters at the beginning is the UTF-8 byte order mark. This is the
default encoding used withing the server. What you can do is to add logic
in the FixMsg component to check for those 3 bytes at the beginning and
remove them.

Simpler, but not universal way to get rid of those characters is to place
your component after the XML assembler and set XML assembler property
"Targer charset" to "ASCII" or any other non unicode charset. This way the
input stream for FixMsg component will not have byte order mark but of
course you will be limited to ASCII encoding only.


--------------------
>
>Hi,
>
>We are using the FixMsg component to prepend a String to an XML message
>before it is sent out of BizTalk to Siebel.
>
>We have noticed some unknown characters passing after the define String
and
>in between the xml message.
>
>Has anybody come across with similar issues? If yes, what is the
correction
>required.
>
>Thanks
>Venkat
>

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.

.



Relevant Pages

  • Re: Strange Characters When Viewing Outlook Express messages
    ... Messages Received in Outlook Express Have Different Characters in the ... messages in the default encoding format regardless of the actual encoding ... changed something with whatever they use to produce the emails. ...
    (microsoft.public.windowsxp.general)
  • Re: Help me!! Why java is so popular
    ... Well, Unicode is not a storage encoding system, or anything like that. ... Unicode is primarily a mapping from characters (in the linguistic conceptual ... French, Russian, Japanese and Korean songs. ...
    (comp.lang.java.programmer)
  • Re: Workable encryption in Tcl??
    ... abstract characters using the concrete UTF-8 encoding, ... character streams and octet streams when doing input and output. ... How does this relate to encryption? ...
    (comp.lang.tcl)
  • Re: Trasferire file
    ... The Base64 Content-Transfer-Encoding is designed to ... The encoding and decoding algorithms ... as output strings of 4 encoded characters. ... that this may be done directly by the encoder rather than in ...
    (it.comp.macintosh)
  • Re: Workable encryption in Tcl??
    ... like TCL deals with the abstract ... > abstract characters using the concrete UTF-8 encoding, ... > character streams and octet streams when doing input and output. ...
    (comp.lang.tcl)

Loading