Skip to content

Commit 84782cf

Browse files
authored
Merge b723346 into 3fd1f07
2 parents 3fd1f07 + b723346 commit 84782cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/config/configSpec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# symbolLevel: One of the characterProcessing.SymbolLevel values.
3636
symbolLevel = integer(default=100)
3737
trustVoiceLanguage = boolean(default=true)
38-
unicodeNormalization = featureFlag(optionsEnum="BoolFlag", behaviorOfDefault="disabled")
38+
unicodeNormalization = featureFlag(optionsEnum="BoolFlag", behaviorOfDefault="enabled")
3939
reportNormalizedForCharacterNavigation = boolean(default=true)
4040
# Deprecated in 2025.1
4141
includeCLDR = boolean(default=True)

user_docs/en/userGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,8 +1906,8 @@ If you find that NVDA is reading punctuation in the wrong language for a particu
19061906
##### Unicode normalization {#SpeechUnicodeNormalization}
19071907
| . {.hideHeaderRow} |.|
19081908
|---|---|
1909-
|Options |Default (Disabled), Enabled, Disabled|
1910-
|Default |Disabled|
1909+
|Options |Default (Enabled), Enabled, Disabled|
1910+
|Default |Enabled|
19111911

19121912
When this option is enabled, unicode normalization is performed on the text that is spoken by NVDA.
19131913
This is beneficial when speaking characters that can be represented in several forms.

0 commit comments

Comments
 (0)