| From: | "Al-Karim Bhamani (LCL)" <abhaman(at)ngco(dot)com> |
|---|---|
| To: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | French Characters |
| Date: | 2003-05-26 16:09:35 |
| Message-ID: | 83606C47747D1D41834A1E3A8226CD690E2094@lclmxhq01.ngco.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I created a database using UNICODE Characterset.
Created a table
CREATE TABLE a (
a char(30)
);
Tried to insert a row through PG_ADMIN
insert into a values('qualité')
This resulted in the following error
Number: -2147467259
Description: ERORR: Invalid UNICODE character sequence found (0xe90000)
I believe It's because of the French character "é" .
We need to insert French characters in the database.
The DATABASE is UNICODE
Is there anything which I am missing.
Please Advice
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Al-Karim Bhamani (LCL) | 2003-05-26 16:11:44 | Re: French Characters |
| Previous Message | Mike Benoit | 2003-05-26 15:55:45 | Poor query performance when using limit 1 compared to limit 2? |