Bug? Text field is not viewable in a table...

From: Durumdara <durumdara(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Bug? Text field is not viewable in a table...
Date: 2011-04-14 06:58:09
Message-ID: BANLkTi=C0vXECG6+vS7ZNbrtFkfMXZf-5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dear Developers!

I found some problem in PGAdmin. V1.12.1, PG 9.0, Win7/X64.
I have a test table with "text" field.
I fillup this field with chr(1)...chr(255), so it contains 255 characters.

When I try to see this table, I got error:

ERROR: character 0x81 of encoding "WIN1250" has no equivalent in "UTF8"

********** Error **********

ERROR: character 0x81 of encoding "WIN1250" has no equivalent in "UTF8"
SQL state: 22P05

This is very interesting error, because when I try to see this content
in a Delphi TEdit field, I can do it.
Only chr(0) is problematic, because it is string limitator sign in C.

In Python the Unicode handler can be set to if it found a non
convertable character, it can show '?' or other sign, or xmlreference,
etc.

I think that program MUST show the content, and if it is containing
unconvertable fields, it must warn before edit, but we CAN see the
data in any format.

Thanks for your help:
dd

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2011-04-14 07:23:45 Re: Bug? Text field is not viewable in a table...
Previous Message Durumdara 2011-04-14 06:38:37 Wish: Edit/Show Bytea Fields with simplified logic