Unix Technical Forum

Re: Encoding types

This is a discussion on Re: Encoding types within the pgsql Admins forums, part of the PostgreSQL category; --> > Dear, > > I have the following problem : > > On an win32 box (win2003 server) we ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Admins

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 01:26 AM
Magnus Hagander
 
Posts: n/a
Default Re: Encoding types

> Dear,
>
> I have the following problem :
>
> On an win32 box (win2003 server) we selected as encoding
> SQL_ASII, we store data into the tables with accents ... If
> we look at it with pgadminIII it looks nice. From the
> cmd-prompt and via ODBC on the same box, the accents are
> strange characters. Is we connect from another win32 box via
> ODBC the accents are looking OK.
>
> If we do the same on a Linux machine everything looks just fine
>
> What do I mis ?


SQL-ASCII means pg doesn't know anything about your accents. It will
serve up the characters with the same ASCII value they had when you put
them in.

Your problem comes from the command prompt using a different codepage
than the GUI on windows. A way to confirm this is to creaet a simple
textfile with one of these accents in it on your disk, and then do a
"type whatever.txt" to see it in the command prompt. You should see the
same disruptance.

For information on workarounds, see the "Notes for Windows users" on
http://www.postgresql.org/docs/8.0/static/app-psql.html. note that in
some cases it's enought o just change the font, in some cases you need
to do both steps.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:09 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com