[Bese-devel] encoding-keyword-to-native...

Henrik Hjelte henrik at evahjelte.com
Mon Jul 3 11:55:43 UTC 2006


According to the README in cl-l10n it doesn't say it works with OpenMcl.
I had problems with Allegro too, so I have patched the conf.lisp file in
ucw_dev so it doesn't load the cl-l10n examples for openmcl or allegro.
In the long run this could probably be fixed of course, but at least now
you can start the default ucw on allegro and OpenMcl.

/Henrik Hjelte

On Sun, 2006-07-02 at 10:35 +0200, Alberto Santini wrote:
> 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

> _______________________________________________
> bese-devel mailing list
> bese-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel
> 
> 




More information about the bese-devel mailing list