[PHPLIB] Oracle & char values above 127 From: Shantul Nigam (shantuln <email protected>)
Date: 12/01/99

I am trying to read some characters from oracle. The characters have ascii
values above 127. When I read them from Oracle, they are converted into standard
ascii. Is there any way to stop this?

I have tried
    $lang='English';
    PutEnv("NLS_LANG=".$lang.".UTF8");

but this did not work.

One complication is that I am using the print statement to output the
characters. Is this a potential problem?

Thanks,

Shantul.

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.