On 13 Oct 2011, at 11:37, Felipe Monteiro de Carvalho wrote: > Carbon and Cocoa are rather encoding agnostic, but from what I > understand they use UTF-8 internally. It's not documented what they use internally, but since all CFString (= NSString) "character" accessors are UTF-16 based, I think it's UTF-16. Jonas