Add BidiMirrored type to unic-ucd-bidi component, as
BinaryCharProperty.
Add is_bidi_mirrored(char) helper for common use-cases where only the
boolean value is needed. This is a pattern we can apply to all Binary
properties, like is_alphabetic(char) and is_white_space(char).
Add CharBidiMirrored and StrBidiMirrored traits to provide easy
access to property via char and str types.
[gen] Add
bidi_mirrored.rsv
generation.Add
BidiMirrored
type tounic-ucd-bidi
component, asBinaryCharProperty
.Add
is_bidi_mirrored(char)
helper for common use-cases where only the boolean value is needed. This is a pattern we can apply to all Binary properties, likeis_alphabetic(char)
andis_white_space(char)
.Add
CharBidiMirrored
andStrBidiMirrored
traits to provide easy access to property viachar
andstr
types.Tracker: https://github.com/behnam/rust-unic/issues/134