NLS_LANG and Perl [message #381258] |
Fri, 16 January 2009 00:50 |
kuki
Messages: 8 Registered: November 2005
|
Junior Member |
|
|
Hi,
Client side OEM characterset is WE8PC850. This same characterset
is set for environment variable NLS_LANG. Client used is instant client.
I am trying to select a string which has registered trade mark sign in it ( ABCD® ).
From SQL Plus it shows alright. But when data written to a file by perl script (Using DBI/DBD),
the file shows copyright sign ( ABCD© )instead of registered trade mark.
Why the perl is not writing the correct character?
Thanks for the help.
|
|
|