BUG #1949: Inserting Unicode hindi numbers

Started by Maher Abdel Karimover 20 years ago2 messagesbugs
Jump to latest
#1Maher Abdel Karim
maher_karim@dorsch.com.jo

The following bug has been logged online:

Bug reference: 1949
Logged by: Maher Abdel Karim
Email address: maher_karim@dorsch.com.jo
PostgreSQL version: 8.0.3
Operating system: Windows XP
Description: Inserting Unicode hindi numbers
Details:

I have a database with UNICODE encoding.
Trying to insert integers with Unicode hindi number, it fails, and the
values can not be inserted to the database. and needs to re-write the
numbers manually to arabic numbers.

#2Magnus Hagander
magnus@hagander.net
In reply to: Maher Abdel Karim (#1)
Re: BUG #1949: Inserting Unicode hindi numbers

The following bug has been logged online:

Bug reference: 1949
Logged by: Maher Abdel Karim
Email address: maher_karim@dorsch.com.jo
PostgreSQL version: 8.0.3
Operating system: Windows XP
Description: Inserting Unicode hindi numbers
Details:

I have a database with UNICODE encoding.
Trying to insert integers with Unicode hindi number, it
fails, and the values can not be inserted to the database.
and needs to re-write the numbers manually to arabic numbers.

The UNICODE server encoding is not supported under Windows in 8.0. This
has been fixed in 8.1.For 8.0, you need to pick a different encoding.

//Magnus