Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13
Date: 2013-03-20 14:20:42
Message-ID: 1924.1363789242@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alexander Farber <alexander(dot)farber(at)gmail(dot)com> writes:
> Thanks for trying! I am using CentOS 6.3
> It seems to be better in 9.2.x?

As stated upthread, 8.4 doesn't understand \u escapes. You'd need to
put in the characters another way --- either literally, or using octal
escapes to spell out the UTF8 encoding. I think it will work in 8.4
if you do, but not 100% sure.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-03-20 14:22:52 Re: File Fragmentation
Previous Message Albe Laurenz 2013-03-20 14:16:32 Re: Matching uppercased russian words (\x0410-\x042F) in UTF8 database 8.4.13