On 22-11-2007 23:08:41 +0100, Niels Nes wrote:
On 22-11-2007 22:56:20 +0100, Niels Nes wrote:
On Thu, Nov 22, 2007 at 09:29:48PM +0100, Fabian Groffen wrote:
On 22-11-2007 21:20:50 +0100, Markus Gritsch wrote:
On Nov 22, 2007 8:52 PM, Fabian Groffen
wrote: Also, it would help us very much if you could generate a JDBC debug log when this happens. You can make such log by appending ?debug=true to the JDBC connection url.
The attached logs show running this statement:
UPDATE sys.test SET name = 'รค' WHERE id = 0 ^
Your logs actually show you don't even get to the tricky part:
TD 1195762741893: write final block: 53 bytes TX 1195762741893: sPREPARE UPDATE sys.test SET name = '?' WHERE id = 0; fabian
This is from the jdbc logs, ie no iconv inbetween here.
mutt uses iconv to show the log, and I copied/pasted from Mutt's pager. mutt had no problem with the a umlaut. So why would it using
On Thu, Nov 22, 2007 at 11:02:03PM +0100, Fabian Groffen wrote: the log.
Because the mail has: Content-Type: text/plain; charset="iso-8859-1" whereas the attachment is of type octet/application-stream, so Mutt has to guess, which it probably does wrong, using the default locale (UTF-8) in my case to view the file. libiconv inserts ? chars for things it cannot map.