I am trying to do a simple app that involves Chinese and bopomofo characters. The app works except for one aspect: I can't seem to get Unicode characters to print correctly to the NSTextFields in the window. I have an entry field and a result field. There are two problems: - if I type in a character (of any type) into an entry field, it does not seem to be correctly recognized - if I print a character to the textfield (using setStringValue) it is also not typed correctly to the result field