Home > Archive > PerlTk > March 2005 > Problem with Unicode and ODBC-Drivers
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with Unicode and ODBC-Drivers
|
|
|
| Hi Folks,
I've a problem with Unicode and ODBC.
I'm using Perl 5.8.4 Build 810 under Win32 and a Postgres-ODBC-Driver.
When data like "äöüÄÖÜ" (the german signs) or the "°" stored into the
database via ODBC, it will be stored as utf8.
How to disable this, so that data will be stored as Ascii ??
Thanks Pit
| |
| Reinhard Pagitsch 2005-03-09, 8:57 am |
| Hello Pit,
Pit wrote:
> Hi Folks,
>
> I've a problem with Unicode and ODBC.
> I'm using Perl 5.8.4 Build 810 under Win32 and a Postgres-ODBC-Driver.
> When data like "äöüÄÖÜ" (the german signs) or the "°" stored into the
> database via ODBC, it will be stored as utf8.
>
> How to disable this, so that data will be stored as Ascii ??
I think the best NG for this is perl.dbi.users. Can be found on
news://nntp.perl.org.
regards,
Reinhard
|
|
|
|
|