Re: Question on UTF-8 output over CGI

Gunter Königsmann <[email protected]> Fri, 28 Sep 2018 06:54:15 +0200
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
What is transferred over CGI in the erroneous case. And just to make
sure that the problem lies in CLISP: Is it possible that clisp actually
outputs UTF8 and one of the other tools involved is convinced not to get
Unicode and converts the characters somehow?

On Linux outputting UTF8 works by default without seting any format. On
Windows I do an additional

    (setf (stream-external-format *socket-connection*) charset:utf-8)

and get unicode letters.

---

Is your lisp file unicode oder codepage-something-encoded?

Kind regards,

    Gunter.

_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list