Page 1 of 1

Posted: Wed Jul 28, 2010 5:31 pm
by ray.wurlod
Accented characters do not exist in pure ASCII. You will need to re-think your requirement.

Posted: Wed Jul 28, 2010 6:03 pm
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.

Posted: Wed Jul 28, 2010 6:43 pm
by ray.wurlod
Yes. Same out as in.

Posted: Thu Jul 29, 2010 3:57 pm
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.

Posted: Thu Jul 29, 2010 8:35 pm
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.

Posted: Fri Jul 30, 2010 12:57 am
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.