Thread: View Data Options Filter does not accept latin-9 characters

View Data Options Filter does not accept latin-9 characters

From
Pierre Mathé
Date:
The pgAdmin Query tool accepts the following statement:
select * from lexique where orthographe='abbé';
and returns a correct result
The View Data Options Filter rejects the following with an error message :
orthographe='abbé'
OS : Linux distribution Mandriva2006
PgAdminIII 1.2.2
PostGres 8.0.3



Re: View Data Options Filter does not accept latin-9

From
Dave Page
Date:
Pierre Mathé wrote:
> The pgAdmin Query tool accepts the following statement:
> select * from lexique where orthographe='abbé';
> and returns a correct result
> The View Data Options Filter rejects the following with an error message :
> orthographe='abbé'
> OS : Linux distribution Mandriva2006
> PgAdminIII 1.2.2
> PostGres 8.0.3

1.2.2 is *really* old now. the bug you see was almost certainly fixed here:

2006-05-03 DP  1.4.3  Use the correct encoding in the View Data filter
options per Ferenc.

BTW, when you report an unexpected error, it's a good idea to include
the message in your email!

Regards, Dave