cocoa - NSCharacterSet 中名为 "Marks"的类别由什么组成?

标签 cocoa nscharacterset

我正在阅读NSCharacterSet。谁能告诉我(如果可能的话,举个例子)“标记”类别中有哪些字符?

最佳答案

The docs有一个简短的描述:

nonBaseCharacterSet

Returns a character set containing the characters in the category of Marks.

+ (id)nonBaseCharacterSet
Return Value
A character set containing the characters in the category of Marks.

Discussion
This set is also defined as all legal Unicode characters with a non-spacing priority greater than 0. Informally, this set is the set of all characters used as modifiers of base characters.

关于cocoa - NSCharacterSet 中名为 "Marks"的类别由什么组成?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9510166/

相关文章:

swift - 快速删除字符串中的所有非数字字符

cocoa - 覆盖而不是写入 plist-cocoa

cocoa - 用于 View 和 PDF 生成的通用 CoreGraphics 绘图代码应该放在哪里?

objective-c - 将 NSObject 添加到 MainMenu.xib 中是否会创建单例对象?

ios - 尝试在 Swift 中使用 unicode 字符定义自定义 NSCharacterSet

ios - 检查 CharacterSet.isSuperset 时未捕获 NSException

objective-c - 在 Objective-C 中通过引用传递数组

objective-c - NSButton 不会设置字体 : when layer backed

objective-c - 如何在 objective-c 中打印字符集?

objective-c - 如何打印字体的字符集?