Hello, I think you're simply running into encoding issues. Some quotes characters are not 'basic' (the old 7bits ;-) ASCII and might not be defined in MacRoman.
See http://stackoverflow.com/questions/7280002/coregraphics-special-characters-not-drawn-correctly about how to use UIKit instead of CoreGraphics to draw text. Regards, Sebastien On Mon, Sep 5, 2011 at 4:46 PM, JohnnyNoMates <[email protected]> wrote: > Wow, turns out its not every EKEvent title that contains an apostrophe > appears this way, just some. > > Gets stranger and stranger... > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Drawing-text-containing-an-apostrophe-tp3791636p3792101.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
