* Arjan Opmeer <[email protected]>, 2008-06-27, 08:39:
There are manpages that use \' (the escaped version of the apostroph) to get "pretty" quotes around words. However \' maps to the acute accent
It's not a bug, it's a documented feature: ` prints as ‘ (left single quotation mark) ' prints as ’ (right single qutation mark) \` prints as ` (grave accent) \' prints as ´ (acute accent) \(aq prints as ' (apostrophe) -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

