in reply to DBIx::Class converting values with umlaut
How does this compare to the values you use?$ENV{NLS_LANG} = 'AMERICAN_AMERICA.AL32UTF8'; my $db = DBI->connect( $dbid, $source_user, $source_pass, { PrintError => 0, RaiseError => 1, AutoCommit => 0, ora_charset => 'AL32UTF8', }, );
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
---|