I have a ruby string which is made by filling an RTF template. The template is read in from a file with seemingly a Mac OS Roman encoding (or so says BBEdit). The template is expanded using ruby string concatenation and replacement. At the end it is about 150kB in length, but length is not the issue here. When I convert it back to NSString, I oftentimes get an NSNull instead of an NSString, and...
2009-10-30 11:51:59 UTC in RubyCocoa