Unix Technical Forum

Japanese characters problem

This is a discussion on Japanese characters problem within the Pgsql General forums, part of the PostgreSQL category; --> Welcome Make some database and have problem with japanese characters maybe with other too Below some example Linux system ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > Pgsql General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008, 09:06 PM
Grzegorz =?utf-8?q?Prze=C5=BAdziecki?=
 
Posts: n/a
Default Japanese characters problem

Welcome
Make some database and have problem with japanese characters maybe with other
too
Below some example

Linux system it is fedora (RH)
Locale for postgresql i pl_PL.utf8
Database is in uniqode

Thanks for help.

================================================== ====

[root@maciekb 1.0.4]# rpm -q postgresql
postgresql-7.4.7-3.FC3.1
[root@maciekb 1.0.4]# rpm -q postgresql-server
postgresql-server-7.4.7-3.FC3.1



crm=# select title,category from contentinfo ;
title | category
--------------------------------+----------
h264-charlie-900-hdd.avi | 洋画
h264-liloo-900-hdd.avi - drugi | 邦画
(2 rows)

crm=# select title,category from contentinfo where category='邦洋';
title | category
--------------------------------+----------
h264-charlie-900-hdd.avi | 洋画
h264-liloo-900-hdd.avi - drugi | 邦画
(2 rows)

crm=# select title,category from contentinfo where category='画洋';
title | category
--------------------------------+----------
h264-charlie-900-hdd.avi | 洋画
h264-liloo-900-hdd.avi - drugi | 邦画
(2 rows)

crm=# select title,category from contentinfo where category='洋';
title | category
-------+----------
(0 rows)

crm=# select title,category from contentinfo where category='画画';
title | category
--------------------------------+----------
h264-charlie-900-hdd.avi | 洋画
h264-liloo-900-hdd.avi - drugi | 邦画
(2 rows)

crm=# select title,category from contentinfo where category='画画画';
title | category
-------+----------
(0 rows)

crm=# select title,category from contentinfo where category ilike '画画';
title | category
-------+----------
(0 rows)

crm=# select title,category from contentinfo where category ilike '洋画';
title | category
--------------------------+----------
h264-charlie-900-hdd.avi | 洋画
(1 row)

crm=# select title,category from contentinfo where category ilike '邦画';
title | category
--------------------------------+----------
h264-liloo-900-hdd.avi - drugi | 邦画
(1 row)

crm=# select title,category from contentinfo where category ilike '邦画';
title | category
--------------------------------+----------
h264-liloo-900-hdd.avi - drugi | 邦画
(1 row)

crm=# \l
List of databases
Name | Owner | Encoding
-----------+-------+-----------
crm | sv | UNICODE
template0 | sv | SQL_ASCII
template1 | sv | SQL_ASCII

(3 rows)

crm=# select title,category from contentinfo where category ilike '%邦
画%';
title | category
--------------------------------+----------
h264-liloo-900-hdd.avi - drugi | 邦画
(1 row)

crm=# select title,category from contentinfo where category like '邦画';
title | category
--------------------------------+----------
h264-liloo-900-hdd.avi - drugi | 邦画
(1 row)


--
Grzegorz Przeździecki
www.PolskieSklepy.pl
kom. +48.606.822.506
gg:3701851 skype: grzegorz.przezdziecki

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:09 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com