Re: Unicode confusion - Mailing list pgsql-general

From Chris Palmer
Subject Re: Unicode confusion
Date
Msg-id 4DC5F5CE7BA89D40B26FFD9A7982FE25018DBB@mail.geneedinc.com
Whole thread Raw
In response to Unicode confusion  ("Chris Palmer" <chris.palmer@geneed.com>)
Responses Re: Unicode confusion  (Ian Barwick <barwick@gmx.net>)
List pgsql-general
Ian Barwick writes:

> If it's any help, your code should work as expected. The hex
> data you see (3F3F0A) is two question marks and an \n; I would
> guess Java is not able to display the unicode characters in your
> environment and is replacing them with '?'.

What part of my environment are you referring to? It's not the terminal emulator (which Java has no knowledge of). Java
doesUnicode (in fact, there is no other choice). Is there some locale setting I can use? Is there a parameter I can use
withthe Pg JDBC driver or Connection object? 

Thanks for your response.


--
Chris Palmer    Systems Programmer    GeneEd


pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Caching Websites
Next
From: "D. Dante Lorenso"
Date:
Subject: Re: Serialization, Locking...implement processing Queue with a table