jweinst1
9/28/2016 - 11:06 PM

using swift dictionary with simplified chinese

using swift dictionary with simplified chinese

let chinese:[String:String] = [
    "你好":"hello"
]

chinese["你好"]
//hello