guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iconv or something like that


From: Konrad Makowski
Subject: Re: iconv or something like that
Date: Sat, 25 Oct 2014 22:25:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

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 <address@hidden>
() 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]