I know what you mean, but this is silly mistake. I use my procedure
(define (iconv str from to) (bytevector->string (string->bytevector str
from) to)) and try to convert charset of string. After that i figure out
that mysql can convert charset with "SET NAMES UTF-8". Error occur
because i not disable this wrong procedure from code.
Konrad
W dniu 25.10.2014 o 20:51, Thien-Thi Nguyen pisze:
() Konrad Makowski <[email protected]>
() Sat, 25 Oct 2014 10:24:34 +0200
O problem resolved and was not related to
mysql or locale but my mistake.
If you explain the mistake now, maybe it will be harder
for others (and perhaps yourself) to make it, later.