I have problems with special characters when using JSON in xcode 6 with swift
I found these codes in Cocoa/objective C to solve some problems converting accent but c
Swift 3
let transform = "Any-Hex/Java" let input = "\\u5404\\u500b\\u90fd" as NSString var convertedString = input.mutableCopy() as! NSMutableString CFStringTransform(convertedString, nil, transform as NSString, true) print("convertedString: \(convertedString)") // convertedString: 各個都