Skip to content

Commit 6f8674d

Browse files
authored
Merge 354ba37 into 9d15b16
2 parents 9d15b16 + 354ba37 commit 6f8674d

3 files changed

Lines changed: 6 additions & 5 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
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

1515
### Changes
1616

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

2022
### Bug Fixes
2123

@@ -93,7 +95,6 @@ There have also been a number of fixes, including to mouse tracking in Firefox,
9395
* eSpeak NG has been updated to 1.52-dev commit `961454ff`. (#16775)
9496
* Added new languages Faroese and Xextan.
9597
* When using a multi-line braille display via the standard HID braille driver, all lines of cells will be used. (#16993, @alexmoon)
96-
* The stability of NVDA's Poedit support has been improved with the side effect that the minimum required version of Poedit is now version 3.5. (#16889, @LeonarddeR)
9798

9899
### Bug Fixes
99100

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)