commit | fa57ebd5b728dc72ffbba5452163c30bcfef68c1 | [log] [tgz] |
---|---|---|
author | Iván Sánchez Ortega <ivan@sanchezortega.es> | Wed Mar 14 10:29:38 2018 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Wed Mar 14 13:40:59 2018 +0100 |
tree | c3581e6800e327622934b853dd26fbf92fc6b5cb | |
parent | 0186b0731a574a229eae3ab1ba4c0e5a4d9efc31 [diff] |
usb: Rename unicode into UTF16LE In order to avoid confusion between "Unicode", UTF8, UTF16, UTF32, and endianess of these encodings, rename all instances of "Unicode" in the USB subsystem and samples into "UTF16LE". Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>