Tagged Questions
1
vote
8answers
2k views
Determining if a Unicode character is visible?
I am writing a text editor which has an option to display a bullet in place of any invisible Unicode character. Unfortunately there appears to be no easy way to determine whether a Unicode character ...
1
vote
5answers
2k views
Display hidden characters in NSTextView
I am writing a text editor for Mac OS X. I need to display hidden characters in an NSTextView (such as spaces, tabs, and special characters). I have spent a lot of time searching for how to do this ...