[Bese-devel] encoding-keyword-to-native...
Alberto Santini
albertosantini at gmail.com
Sun Jul 2 08:35:11 UTC 2006
Hello.
Using openmcl (rel. 1.0) the function encoding-keyword-to-native
(arnesi_dev, string.lisp)
is undefined. I added it after the comment "Default Implementation",
copying the sbcl code. I don't if it's correct.
...
;;;; *** Default Implementation
#-(or (and sbcl sb-unicode) (and clisp unicode))
(progn
(defun encoding-keyword-to-native (encoding)
(case encoding
(:utf-8 :utf8)
(:utf-16 :utf16)
(:us-ascii :us-ascii)
(t encoding)))
(defun %string-to-octets (string encoding)
...
Then restarting UCW, I catch these error:
10:23 L10N-LOGGER/+INFO+: Loading locale from
/Users/albertosantini/My/Dev/Lisp/ucw_libs/cl-l10n/locales/POSIX
; Warning: *resource-package* is not set, skipped loading resource
file /Users/albertosantini/My/Dev/Lisp/ucw_libs/cl-l10n/resources/common.lisp
; While executing: LOAD-RESOURCE
Read error between positions 769 and 1220 in
/Users/albertosantini/My/Dev/Lisp/ucw_libs/cl-l10n/languages/common.lisp.
> Error in process listener(1): Unknown character name - "LATIN_SMALL_LETTER_A_WITH_ACUTE" .
Do I miss anything in my start.lisp for *resource-package*?
Thanks in advance?
Alberto Santini
More information about the bese-devel
mailing list