---
title: changesWhenCaseFolded
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/changeswhencasefolded
---

# changesWhenCaseFolded

A Boolean value indicating whether the scalar’s normalized form differs from the case-fold mapping of each constituent scalar.

## Declaration

```swift
var changesWhenCaseFolded: Bool { get }
```

## Discussion

Discussion This property corresponds to the “Changes_When_Casefolded” property in the Unicode Standard.
