CGI: PRINC: Character #\u0106 cannot be represented in the character set CHARSET:ASCII
Jean Louis <[email protected]>
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, My lisp program is accepting *standard-input* through CGI, and I have already set custom:*misc-encoding* "utf-8" and custom:*terminal-encoding* "utf-8", but yet, each time I try to decode the value I get this information when POST-ing UTF-8 characters: ** - PRINC: Character #\u0106 cannot be represented in the character set CHARSET:ASCII [/sources/gnu/clisp-clisp/src/eval.d:573] reset() found no driver frame (sp=0x7ffe1cfc5090-0x7ffe1cfb5730) Exiting on signal 6 I am trying to decode the value with hunchentoot:url-decode, yet any other decoding function gives same result. Any clue what I need to do? Jean ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list