well i am really confused here…i did some RnD in the past few days and was basically trying to simulate the issue but could not. Can anyone suggest few ideas here.
I tied parsing one file in webMethods 6.5 using one simple schema. Even despite what i thot i entered were double byte charactes, the parser was treating them for one position.
My records in the file were like this
recü12345678ö
rec1ü234567ä8
as per what i came to know the characters ö,ü ,ä are multi byte characters. So if i have a schema with fields f1,f2 defined with extractor positions 3-8 and 8-13 then the parser should cause issues if it treats the special characters as multi byte. The default encoding in IS is UTF-8 and UTF-8 treats the above mentioned characters as multi byte ones. The output i was getting was
f1=ü1234 f2=5678ö
f1=1ü234 f2=567ä8
will appreciate any thots here…
-sk
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services