source: trunk/abcl/test/lisp/abcl/latin1-umlauts.txt

Last change on this file was 12902, checked in by vvoutilainen, 14 years ago

Fix reading of data containing scandinavian latin1 characters
correctly, and add a simple test for it. The utf-8 test is
just a sanity test so that umlauts as utf-8 aren't broken, the
latin1 test properly fails without this patch and passes
with this patch.

File size: 101 bytes
Line 
1;; some umlauts: ÄÄÄÄääääÖÖÖÖööööÅÅÅÅåååå
2(defun not-so-hard ()
3  (format t "just a debug print~%"))
Note: See TracBrowser for help on using the repository browser.