HI all:
If the iphone saved is English name i can parse it out, But if the save is a Chinese name I don't know what is to use the utf-8 encoding and unicode, who has successfully resolved the Chinese code, please(eg:啊-e9 98 bf)
HI all:
If the iphone saved is English name i can parse it out, But if the save is a Chinese name I don't know what is to use the utf-8 encoding and unicode, who has successfully resolved the Chinese code, please(eg:啊-e9 98 bf)
Hi,
Could you explained a little bit more on how you going to display the ANCS notification on your device ? Also please explain the example you gave: 啊-e9 98 bf
All data transferred via BLE will be converted to array of 8bit data.
Unicode character most likely will be converted to 2 8bit byte.
Hi,
Could you explained a little bit more on how you going to display the ANCS notification on your device ? Also please explain the example you gave: 啊-e9 98 bf
All data transferred via BLE will be converted to array of 8bit data.
Unicode character most likely will be converted to 2 8bit byte.
hi, I had understood the encoding data, it is UTF-8 encoding.if the iphone send the " 啊" to the device, it will send the 3bytes (e9 98 bf).