Contents

changesWhenCaseMapped

A Boolean value indicating whether the scalar may change when it undergoes case mapping.

Declaration

var changesWhenCaseMapped: Bool { get }

Discussion

This property is true whenever one or more of changesWhenLowercased, changesWhenUppercased, or changesWhenTitlecased are true.

This property corresponds to the “Changes_When_Casemapped” property in the Unicode Standard.