Re: Unicode confusion

Поиск
Список
Период
Сортировка
От Chris Palmer
Тема Re: Unicode confusion
Дата
Msg-id 4DC5F5CE7BA89D40B26FFD9A7982FE25018DBB@mail.geneedinc.com
обсуждение исходный текст
Ответ на Unicode confusion  ("Chris Palmer" <chris.palmer@geneed.com>)
Ответы Re: Unicode confusion  (Ian Barwick <barwick@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Caching Websites
Следующее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: Serialization, Locking...implement processing Queue with a table