<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>




<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}
</style>Hello everyone!<br><br>I'm a student from the netherlands working on a parser (using cl-yacc) and I use dso-lex as the lexer-generator, which depends on cl-ppcre (as you might know). Since I want to parse RIF files that require unicode encoded characters, I wanted to extend cl-ppcre with unicode, using cl-unicode. Unfortunately I receive an error when I try to install cl-unicode. When it tries to compute the Hangul syllable names (this happens when loading <em>hash-tables.fasl</em>) I get the following:<br> <br><em>Error: `("Unbound Value")' is not of the expected type `number'<br>  [condition type: type-error]</em><br> <br>Some extra info:<br>- I tried to install cl-unicode with, and without installing flexi-streams and trivial-gray-streams, but both give me the error.<br>- I use Allegro CL<br> <br>Could you perhaps help me?<br> <br>Regards,<br> <br>Noldus Reijnders<br> <br>PS I also get an error when it tries to load <em>util.lisp</em> saying that +t-count+ is unknown. However, I fixed that by replacing that with the number in the assignment of TCount. Same thing for VCount btw. Maybe that has something to do with Allegro CL?<br><BR>                                      </div></body>
</html>