Page 1 of 1

Extended Ascii ┐

Posted: Thu Apr 02, 2009 3:55 pm
by svga
Hi,

Please help me to procduce the special character ┐ in Datastage. Do we have any ascii equivalent value?

Thanks.

Posted: Thu Apr 02, 2009 5:40 pm
by ray.wurlod
No.

ASCII stops at 127.

ISO8859-1 (sometimes called "extended ASCII") stops at 255.

There is therefore no "ASCII equivalent" to ┐ character.

Do you have NLS enabled?

Posted: Fri Apr 03, 2009 3:46 am
by svga
Hi,

The NLS is not enabled..Do you have any ideas to achive this character?

Posted: Fri Apr 03, 2009 5:27 am
by ray.wurlod
Why?

It's not a valid ASCII character. It's achievable using Unicode, but there is no scope for Unicode if you do not have NLS enabled.

Re: Extended Ascii ┐

Posted: Fri Apr 03, 2009 7:30 am
by PhilHibbs
svga wrote:Hi,

Please help me to procduce the special character ┐ in Datastage. Do we have any ascii equivalent value?

Thanks.
Well, it's not ASCII, but try CHAR(170).