BizTalk Custom Pipeline Chinese Characters
hi
i having requirement in getting chinese characters in flat file have process through custom pipeline component. custom pipeline works fine when use "ascii" encoding to string out of pipeline, chinese characters being replaced "?".
i have tried other types of encoding "unicode" , "bigendian" problem biztalk server hangs , stops processing altogether.
has suggestions on how resolve this?
any in matter great.
thanks
what encoding in original flat file?
utf8? utf8 looks ascii allows special escaped codes represent extended character set chinese characters.
flat file have byte order mark?
possible see binary representation of flat file (just first line , line chinese characters)
steef-jan wiggers describes how view flat file in binary mode here: http://social.msdn.microsoft.com/forums/en-us/biztalkgeneral/thread/0ef6b6e1-27cc-4538-9be1-0857b49c4627
BizTalk Server > BizTalk Server General
Comments
Post a Comment