finson / LuniJS

Javascript interface to Arduino Device Driver library LuniLib via Firmata.
1 stars 1 forks source link

Review Unicode processing from js to Arduino and back. #1

Open finson opened 8 years ago

finson commented 8 years ago

Conversions from js (utf-16) to Arduino (utf-8) and back to utf-16 need a thorough review. The distinctions between bytes and characters and between byte length and string length are not consistently observed.