Re: UTF-8 question

From: Thomas O'Dowd <tom(at)nooper(dot)com>
To: "Guentsch, Anton" <a(dot)guentsch(at)bgbm(dot)org>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: UTF-8 question
Date: 2002-07-18 07:38:09
Message-ID: 1026977890.14746.25.camel@beast.uwillsee.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I usually use xterm for viewing utf-8. Try the following for example...

LC_ALL=ja_JP.UTF-8 xterm -u8 -fn
-misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1 -fw
-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1

Tom.

On Thu, 2002-07-18 at 15:28, Guentsch, Anton wrote:
> Hello,
> I have implemented a java application which extracts information from an iso-8859-1 encoded XML file using the JDOM parser and feeds it into a postgresql database. Everything is running on linux. I am using Postgres 7.1.3 and jdbc7.0-1.1. Now I would like to do the same thing with UTF-8 encoded XML files.
> Since I have no experience with unicode and utf-8 I would like to know whether I have to expect difficulties at the JDBC and Postgres side of the thing (my Postgres database is already configured for unicode).
> I would also like to know a simple way to feed some unicode characters into a Postgres database, get them out again, and display them on the screen just for testing purposes. I tried it with pgaccess but it doesn't seem to be unicode enabled.
> Many thanks for your help.
> Anton
>
> // Anton Güntsch
> // Botanic Garden and Botanical Museum Berlin Dahlem,
> // Dept. of Biodiversity Informatics
> // Königin-Luise-Str. 6-8, D-14191 Berlin
> // Phone: +49-30 / 83850-166 Fax: +49-30 / 841729-55
> // Email: a(dot)guentsch(at)bgbm(dot)org
> // URL: http://www.bgbm.org/guentsch/
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
--
Thomas O'Dowd. - Nooping - http://nooper.com
tom(at)nooper(dot)com - Testing - http://nooper.co.jp/labs

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Elielson Fontanezi 2002-07-18 13:41:47 The most used jdbc
Previous Message Guentsch, Anton 2002-07-18 06:28:40 UTF-8 question