pizixie/CoreFoundation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 支持中文 增加此方法,用于支持UTF8,来源于MonoMac中的CoreFoundation模块。 public extern static IntPtr CFStringCreateWithCharacters(IntPtr alloc, IntPtr chars, int length); 其他功能参考isnowrain/CoreFoundation