Skip to content

Commit 664174e

Browse files
authored
Merge 7e54bcd into 21fbfa7
2 parents 21fbfa7 + 7e54bcd commit 664174e

6 files changed

Lines changed: 9 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)

tests/system/nvdaSettingsFiles/standard-doShowWelcomeDialog.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ schemaVersion = 2
99
allowUsageStats = False
1010
[speech]
1111
synth = speechSpySynthDriver
12+
unicodeNormalization = DISABLED
1213
[development]
1314
enableScratchpadDir = True
1415
[virtualBuffers]

tests/system/nvdaSettingsFiles/standard-dontShowExitDialog.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ schemaVersion = 2
1010
allowUsageStats = False
1111
[speech]
1212
synth = speechSpySynthDriver
13+
unicodeNormalization = DISABLED
1314
[development]
1415
enableScratchpadDir = True
1516
[virtualBuffers]

tests/system/nvdaSettingsFiles/standard-dontShowWelcomeDialog.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ schemaVersion = 2
99
allowUsageStats = False
1010
[speech]
1111
synth = speechSpySynthDriver
12+
unicodeNormalization = DISABLED
1213
[development]
1314
enableScratchpadDir = True
1415
[virtualBuffers]

user_docs/en/changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Important notes
66

77
### New Features
8+
89
* The volume of other applications can be adjusted by `NVDA+alt+pageUp` and `NVDA+alt+pageDown`. In order to use this feature, application volume adjuster needs to be enabled in Audio pane of NVDA settings. (#16052, @mltony)
910
* Added command to mute or unmute all other applications, assigned to `NVDA+alt+delete`.
1011
In order to use this feature, the application volume adjuster needs to be enabled in the Audio category of NVDA settings. (#16052, @mltony)
@@ -18,6 +19,8 @@ In order to use this feature, the application volume adjuster needs to be enable
1819

1920
* The Report link destination, Character formatting information, and Speak selection dialogs, now include "Close" and "Copy" buttons for user convenience. (#17018, @XLTechie)
2021
* The exit dialog now allows you to restart NVDA with add-ons disabled and debug logging enabled simultaneously. (#11538, @CyrilleB79)r
22+
* Unicode Normalization is now enabled by default for speech output. (#17017, @LeonarddeR).
23+
* You can still disable this functionality in the Speech category of the NVDA Settings dialog.
2124

2225
### Bug Fixes
2326

user_docs/en/userGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,8 +1914,8 @@ If you find that NVDA is reading punctuation in the wrong language for a particu
19141914
##### Unicode normalization {#SpeechUnicodeNormalization}
19151915
| . {.hideHeaderRow} |.|
19161916
|---|---|
1917-
|Options |Default (Disabled), Enabled, Disabled|
1918-
|Default |Disabled|
1917+
|Options |Default (Enabled), Enabled, Disabled|
1918+
|Default |Enabled|
19191919

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

0 commit comments

Comments
 (0)