edicl / cl-unicode

Portable Unicode library for Common Lisp
https://edicl.github.io/cl-unicode/
61 stars 24 forks source link

In default-bidi-class, binary-props* is called on a fixnum value #19

Closed drmeister closed 6 years ago

drmeister commented 6 years ago

https://github.com/edicl/cl-unicode/blame/master/build/read.lisp#L238

Should this read (binary-props* char-info)?

In (binary-props code-point) code-point is a fixnum and binary-props is an accessor