Function: SB-UNICODE:LINE-BREAK-CLASS

package type github

Returns the line breaking class of CHARACTER, as specified in UAX #14. If :RESOLVE is NIL, returns the character class found in the property file. If :RESOLVE is non-NIL, centain line-breaking classes will be mapped to othec classes as specified in the applicable standards. Addinionally, if :RESOLVE is :EAST-ASIAN, Ambigious (class :AI) characters will be mapped to the Ideographic (:ID) class instead of Alphabetic (:AL).

Lambda list

(character &key sb-unicode::resolve)