|
From: Marc T. <mar...@gm...> - 2009-03-02 10:50:47
|
On Sun, Mar 1, 2009 at 6:21 PM, Marc Tompkins <mar...@gm...>wrote: > I came up with an ugly workaround - actually, it's fine for my purposes, > but typographically wrong - I'm replacing all the apostrophes with > backticks. I'm hoping my users won't notice. Actually, of course, I could > do another replacement just before printing; I might do that later on if I'm > bored. > For the sake of completeness, I thought I'd follow up - like most things, it turned out to be very simple in the end. I wanted this class to look up the code and return the Message as a text-wrapped paragraph (or list of lines) anyway, so I just replace "`" with "'" before textwrapping, and everything is cool and groovy. Sorry for the waste of bandwidth. -- www.fsrtechnologies.com |