Skip to content

Instantly share code, notes, and snippets.

@SehoNoh
Created April 19, 2015 19:03
Show Gist options
  • Save SehoNoh/42d823771f0b4f6d3f3e to your computer and use it in GitHub Desktop.
Save SehoNoh/42d823771f0b4f6d3f3e to your computer and use it in GitHub Desktop.
Objective-C x-www-form-urlencoded EUC-KR to NSString converting
NSString *result = [NSStringData stringByReplacingPercentEscapesUsingEncoding:0x80000000 + kCFStringEncodingDOSKorean];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment