| Paste number 24266: | seems like string< is not working fine in sbcl cvs for unicode |
| Pasted by: | attila |
| 2 years, 4 months ago | |
| #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.