Re: SOLVED Unable to centre align NSCell attributed title and alternate attributed title

2013-11-03 Thread Peter Teeson
Solved. I added this attribute to the dictionary and string NSMutableParagraphStyle *centredStyle = [[NSParagraphStyle defaultParagraphStyle] mutableCopy]; [centredStyle setAlignment:NSCenterTextAlignment]; (and changed the string to Mutable as well) On 2013-11-01, at 5:12 PM, Peter Teeso

Pasteboard corrupts data

2013-11-03 Thread Gerriet M. Denkmann
When I select in an NSTextView with isRichText = YES the character "。" = HALFWIDTH IDEOGRAPHIC FULL STOP U+FF61 Utf-8: EF BD A1and then look at the pasteboards (using Clipboard Viewer Version 4.0) I see: public-utf8-plain-text and NSStringPasteboardType both have: "ef bd a1" which is ok. But p