Unable to read special characters

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Post by devidotcom »

Any inputs for this post.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Choose your favorite UTF8 table from the internet and tell me what characters code points 0x81 and 0x8B are mapped to.
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Post by devidotcom »

Thank you for the reply.

I searched online and found the following details:

Raw encoding: 0x81
UTF8 encoding: 0xC2,0x81
Description: (Undefined)

Raw encoding: 0x8B
UTF8 encoding: 0xC2,0x8B
Description: (Undefined)

How do I resolve this issue?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

<sigh>

Since the characters are undefined in UTF-8 you cannot resolve the issue. Those two characters are not UTF-8 and that is why you are getting your error message.

Perhaps your source file is another character set. What glyphs are those characters supposed to represent? Could you have an ISO-8859-1 file?
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Post by devidotcom »

When i use the character set you mentioned I do not get the warnings. This ensure datastage is reading the records fine. But when the data gets loaded to the final oracle table I see some special chars loaded in place of these characters.
Am I missing something here?
Please advice.
Post Reply