Converting Special Characters from UTF-8 to ASCII

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Accented characters do not exist in pure ASCII. You will need to re-think your requirement.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rakesh.nc
Participant
Posts: 39
Joined: Wed Aug 01, 2007 5:10 am
Location: Chennai

Post by rakesh.nc »

are there any NLS standards which can the retain the same format as table data when i load it to sequential file.
regards,
Rakesh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes. Same out as in.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rakesh.nc
Participant
Posts: 39
Joined: Wed Aug 01, 2007 5:10 am
Location: Chennai

Post by rakesh.nc »

Issue Resolved..

I used ISO 8859:1 standard for only sequentail file stage and made unicode in the extended column in database stage.
regards,
Rakesh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Well done. ISO 8859-1 is sometimes called "extended ASCII".

Please mark this thread as Resolved using the green button at top.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rakesh.nc
Participant
Posts: 39
Joined: Wed Aug 01, 2007 5:10 am
Location: Chennai

Post by rakesh.nc »

ray.wurlod wrote:Well done. ISO 8859-1 is sometimes called "extended ASCII".

Please mark this thread as Resolved using the green button at top.
Yes.. ISO 8895-1 is 8-bit single-byte coded graphic character sets which is sometimes called "extended ASCII". where are actual ASCII is 7-bit.
regards,
Rakesh
Post Reply