OSDN Git Service

Negative currency amounts (e.g. -23) are now correctly spoken as negative, regardless...
authorJames Teh <jamie@jantrid.net>
Fri, 31 Aug 2012 02:46:56 +0000 (12:46 +1000)
committerJames Teh <jamie@jantrid.net>
Fri, 31 Aug 2012 02:46:56 +0000 (12:46 +1000)
Fixes #2625.

source/locale/en/symbols.dic
user_docs/en/changes.t2t

index 03f20ec..d8dbc59 100644 (file)
@@ -15,7 +15,7 @@ complexSymbols:
 # Others\r
 decimal point  (?<=\d)\.(?=\d)\r
 in-word '      (?<=[^\W_])['’]\r
-negative number        (?<!\w)-(?=\d)\r
+negative number        (?<!\w)-(?=[$£€¥]?\d)\r
 \r
 symbols:\r
 # identifier   replacement[[   level][ preserve]][     # display name]\r
index d3c2d28..8b4683a 100644 (file)
@@ -68,6 +68,7 @@
 - In Microsoft Word, NVDA no longer leaves you stuck on a paragraph with list formatting when trying to navigate out over a bullet or number with left arrow or control + left arrow. (#2402)\r
 - In browse mode in Mozilla applications, the items in certain list boxes (specifically, ARIA list boxes) are no longer incorrectly rendered.\r
 - In web browsers, NVDA now hides content which is marked as hidden from screen readers (specifically, using the aria-hidden attribute). (#2117)\r
+- Negative currency amounts (e.g. -$123) are now correctly spoken as negative, regardless of symbol level. (#2625)\r
 \r
 \r
 == Changes for Developers ==\r