Skip to content

Commit e36c008

Browse files
authored
Merge 54d3bfa into f38e623
2 parents f38e623 + 54d3bfa commit e36c008

3 files changed

Lines changed: 6 additions & 4 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/changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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)
11-
1212
* When editing in Microsoft PowerPoint text boxes, you can now move per sentence with `alt+upArrow`/`alt+downArrow`. (#17015, @LeonarddeR)
1313
* In Mozilla Firefox, NVDA will report the highlighted text when a URL containing a text fragment is visited. (#16910, @jcsteh)
1414
* It is now possible to specify a mirror URL to use for the Add-on Store. (#14974)
@@ -17,6 +17,8 @@ In order to use this feature, the application volume adjuster needs to be enable
1717

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

2123
### Bug Fixes
2224

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)