Re: [Refdb-users] MySQL v. PostgreSQL
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mar...@mh...> - 2009-02-17 09:47:41
|
Quoting Torsten Bronger <br...@ph...>: > 3. ":AU:~M....ller" was found. (It must have been exactly four > dots.) > That should ring a bell. If you need four dots, the data in your database may be "double encoded" unicode. That is, you somehow manage to send unicode data (using two byte for the umlaut), but either RefDB or your database engine thinks it still has to convert the data into unicode. This turns each of these two bytes again into two bytes. It would be helpful to turn on refdbd debug output (refer to the -e and -l switches or the equivalent config file variables, http://refdb.sourceforge.net/manual/re02.html) to see if and why refdbd encodes your data again. Just add some data with an umlaut using addref and send the log. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |