On 25.01.2009, at 17:40, Jonathan Middleton wrote:
In general, I'd like TextMate to display a unicode character in place of a sequence of ASCII characters. For instance, I'd like to be able to type => but have the editor display ⇒ (U+21D2).
The saved file will need to be ASCII so I'm not looking for a way to replace characters, just a way to choose a different representation.
Is there a simple way to do this?
I would prepare a kind of a mapping file (two columns: ASCII ⇥ Unicode) and two commands which convert ASCII -> Unicode and visa versa.
--Hans