[orca] Finish work on bgo#575614 - Please add speakable characters: → and ←



commit 7bcbfc7c7fd496e0e750f24034473ee7a32826df
Author: Hammer Attila <hammera pickup hu>
Date:   Wed May 13 13:19:01 2009 -0400

    Finish work on bgo#575614 - Please add speakable characters: â?? and â??
    
    This puts the characters in the punctuation settings profiles so they are
    spoken.
---
 src/orca/punctuation_settings.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/orca/punctuation_settings.py b/src/orca/punctuation_settings.py
index fb70902..acf67cb 100644
--- a/src/orca/punctuation_settings.py
+++ b/src/orca/punctuation_settings.py
@@ -116,6 +116,8 @@ prime                =  u'\u2032'
 double_prime         =  u'\u2033'
 euro                 =  u'\u20ac'
 trademark            =  u'\u2122'
+left_arrow           =  u'\u2190'
+right_arrow          =  u'\u2192'
 infinity             =  u'\u221e'
 almost_equal         =  u'\u2248'
 not_equal            =  u'\u2260'
@@ -161,6 +163,8 @@ punctuation[right_double_quote] =  [ LEVEL_MOST, PUNCTUATION_REPLACE ]
 punctuation[en_dash]            =  [ LEVEL_MOST, PUNCTUATION_REPLACE ]
 punctuation[double_low_quote]   =  [ LEVEL_MOST, PUNCTUATION_REPLACE ]
 punctuation[single_low_quote]   =  [ LEVEL_MOST, PUNCTUATION_REPLACE ]
+punctuation[left_arrow]         =  [ LEVEL_MOST, PUNCTUATION_REPLACE ]
+punctuation[right_arrow]        =  [ LEVEL_MOST, PUNCTUATION_REPLACE ]
 punctuation["#"] =  [ LEVEL_SOME, PUNCTUATION_REPLACE ]
 punctuation["$"] =  [ LEVEL_SOME, PUNCTUATION_REPLACE ]
 punctuation["%"] =  [ LEVEL_SOME, PUNCTUATION_REPLACE ]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]