From: Yamagata Y. <yor...@mb...> - 2003-06-22 21:42:09
|
I find some problems in uChar.ml. (chr do not check the argument properly, and some functions raise the wrong exception.) The correct version is attached below. Also, I tried to optimize uTF.ml further, using unsafe operations. I actually do not like this kind of the trick, but it seems to squeeze about 30-40% speed up. Is there other things to do for the inclusion? -- Yamagata Yoriyuki |