Re: I18N tests.
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Feb 3, 2010, at 3:03 PM, Nathan Bird wrote: > Just added these tests as unicode is something we require to work. Do we > have a general feature we can use to only enable these tests on > lisps/environments that support unicode? No, one would need to be added. I took a look at trivial-features library to see if it include a feature for multibyte characters, but it does not. Kevin