git @ Cat's Eye Technologies tideay / 949e4be
Add more expansions. Chris Pressey 8 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
133133 (u'<->', u'↔'),
134134 (u'<~>', u'↭'),
135135 (u'...', u'…'),
136 (u'(x)', u'⊗'),
137 (u'(.)', u'⊙'),
138 (u'(+)', u'⊕'),
139 (u'(-)', u'⊖'),
140 (u'(/)', u'⊘'),
136141 # two characters
137142 (u"''", u'ˮ'), # this is a dbl-apo U+02EE.
138143 (u'--', u'—'),
205210 (u'“', u'”'),
206211 (u'”', u'"'),
207212 (u'↝', u'⇝'),
213 (u'⇝', u'↝'),
208214 (u'↜', u'⇜'),
215 (u'⇜', u'↜'),
216 (u'≤', u'⇐'), # because <= goes to ≤ but sometimes you mean ⇐
217 (u'⇐', u'≤'),
209218 (u'\t', u'\t\t'),
210219 )
211220