In Sybase Japanese data columns are encoded in Shift-JIS encoding.
We are retrieving this data using DBI.
use DBI qw(:sql_types);
if ( @row = $dbFOX_sth->fetchrow_array ) {
( $sInstrumentNameJ, $sInstrumentShortJ ) = @row;
When we print this data in unix console it comes as junk.
After we get this value in a variable we pass this to a stored proc which inserts data in Oracle Nvarchar2 data type field.
Here it comes as inverted ?.
Please advise.
In reply to Re^4: Japanese character in Linux
by prafulltc
in thread Japanese character in Linux
by prafulltc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |