[iolib-devel] UTF-8 CRLF and UTF-8 CR tests fails
Marko Tapio Manninen
mmstud at gmail.com
Wed Jun 4 12:01:13 UTC 2008
Babel test suite gives this:
Unknown character name - "udcf0" .
[Condition of type SIMPLE-ERROR]
From sources there is two places where it is used:
(deftest utf-8b.1
(string-to-octets (coerce #(#\a #\b #\udcf0) 'unicode-string)
:encoding :utf-8b)
My OS is 10.5.3
Stelian Ionescu kirjoitti 4.6.2008 kello 11.19:
> On Wed, Jun 04, 2008 at 10:58:20AM +0300, Marko Tapio Manninen wrote:
>> When i run asdf:test-op for iolib, i got several tests failed, but
>> they share common things:
>>
>> ;; Test "unicode_demo_utf-8_cr.txt" UTF-8 CR [INPUT] --> UTF-8 CRLF
>> [OUTPUT].
>> ;; Test "unicode_demo_utf-8_cr.txt" UTF-8 CR [INPUT] --> UTF-8 CR
>> [OUTPUT].
>>
>> so every test where there is UTF-8 CRLF [OUTPUT] or UTF-8 CR [OUTPUT]
>> fails.
>>
>> Im using openmcl 64bit on macbook.
>
> that might be related to babel, please try to run babel's test suite
>
>> Id also like to see tutorial for making simple socket server and
>> client for sending messages and triggering events with iolib. If
>> someone could direct, id appreciate that.
>
> there's an example here: http://common-lisp.net/~sionescu/misc/echo-server.lisp
Thanks. There was also a slight problem when run-server:
Unknown keyword argument :FAMILY in (:FAMILY
:INTERNET
:LOCAL-HOST
@127.0.0.1
:LOCAL-PORT
ECHO-SERVER::PORT
:BACKLOG
5
:REUSE-ADDRESS
T). ..
[Condition of type CCL::SIMPLE-PROGRAM-ERROR]
>
>
> --
> Stelian Ionescu a.k.a. fe[nl]ix
> Quidquid latine dictum sit, altum videtur.
> _______________________________________________
> iolib-devel mailing list
> iolib-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/iolib-devel
More information about the iolib-devel
mailing list