How to use Big5 encoding in Swift on iOS
问题 I'm scanning a QR-Code with chinese characters encoded in Big5. (主页概况) Is there a chance to get this String decoded correctly in Swift 3? I found this Objective-C example on GitHub and this SO question, but there are no kCFStringEncodingBig5_HKSCS_1999 and kCFStringEncodingBig constants in Swift. Update: I found the corresponding swift variables, so i now tried the following: func captureOutput(_ captureOutput: AVCaptureOutput!, didOutputMetadataObjects metadataObjects: [Any]!, from