Re: make-encoding error-action translit?
Bruno Haible <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <1747278.IANpv6aOiW@omega> |
Hi Sam, > Why doesn't make-encoding support > :input-error-action/:output-error-action value :translit? You are right, make-encoding :output-error-action :translit would make a lot of sense when implemented through the //TRANSLIT suffix (available in GNU libc and GNU libiconv). make-encoding :input-error-action :translit would be nonsense. Why clisp doesn't support it? Purely for historical reasons: Because clisp's make-encoding function was designed before GNU libiconv and before I realized how useful the //TRANSLIT suffix in glibc is. Bruno ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel