Lines Matching full:symbols
109 # Currency symbols - each mapped to a representative letter
115 # Symbols mapped to letters
121 # Degree-related symbols
134 # Negated mathematical symbols (preserving the negation semantics)
135 # Negated symbols mapped to exclamation mark (semantically "not")
137 overrides[cp] = ord('!') # Negated math symbols -> ! (not)
139 # Negated symbols mapped to hash sign (semantically "not equal")
141 overrides[cp] = ord('#') # Negated equality symbols -> # (not equal)
159 # Asterisk-like symbols
184 # Stars and asterisk-like symbols mapped to '*'
186 overrides[cp] = ord('*') # All star and asterisk symbols -> *
188 overrides[cp] = ord('*') # All star and asterisk symbols -> *
190 overrides[cp] = ord('*') # Last set of asterisk symbols -> *