| Paste number 24266: | seems like string< is not working fine in sbcl cvs for unicode |
| Pasted by: | attila |
| When: | 2 years, 10 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+IQ2 |
| Channel: | #lisp |
| Paste contents: |
it should be "aeéw", but this may even be locale dependent. oh well...
DOPA> (string< "e" "é")
0
DOPA> (string< "w" "é")
0
DOPA> (string< "a" "é")
0
This paste has no annotations.