Re: CGI: PRINC: Character #\u0106 cannot be represented in the character set CHARSET:ASCII
Sam Steingold <[email protected]>
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Jean, > * Jean Louis <[email protected]> [2017-03-18 23:34:53 +0300]: > > 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 I don't know enough about CGI to figure out which encoding is used here. The "generic" recommendation is "-E utf-8" command line option which sets _ALL_ of them. Please take a look at http://clisp.org/impnotes/clisp.html#opt-enc and links therefrom. > [/sources/gnu/clisp-clisp/src/eval.d:573] reset() found no driver frame > (sp=0x7ffe1cfc5090-0x7ffe1cfb5730) > Exiting on signal 6 I suspect that this is a bug ("reset found no driver frame"). If you can create a reproducible test case (not using things like CGI &c), you should file a bug report. Thanks. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://no2bds.org http://mideasttruth.com http://memri.org Experience comes with debts. ------------------------------------------------------------------------------ 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