IGAutoString 1.2.1

IGAutoString 1.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Francis Chong.



  • By
  • Francis Chong

Convert string in arbitary encoding to NSString in Objective-C.

Usage

NSString* string = [IGAutoString stringWithData:data];

data can be NSData encoded in any encoding.

Installation

If you use CocoaPods, add following line to your Podfile:

pod ' IGAutoString'

Otherwise, add IGAutoString/IGAutoString.*, as well as UniversalDetector to your project.

Dependencies

License

MIT License. See LICENSE.