TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Francis Chong.
Convert string in arbitary encoding to NSString in Objective-C.
NSString* string = [IGAutoString stringWithData:data];
data
can be NSData encoded in any encoding.
If you use CocoaPods, add following line to your Podfile:
pod ' IGAutoString'
Otherwise, add IGAutoString/IGAutoString.*
, as well as UniversalDetector to your project.
MIT License. See LICENSE.