Hi, i'm beginner from russia(sorry for bad english).
- I trying to read *.txt file(charset UTF8) with text and to convert UTF8 string to UTF16 hex string. It doesn't important format of UTF16(LE or BE). How can i do it? Is it possible? Seems that i googled all internet, but didn't found working method))) Language of symbols in file is russian and english.
I found some methods from c/c++, for example: iconv, MultiByteToChar, mbstowcs, swprintf with help of wstring type methods, but arduino ide don't want to receive them and compiling falling. Can i import iconv library, or another to convert it? Device: Arduino Mega2560 - What libraries, methods, types are available in arduino IDE, but didn't shower in arduino reference? I found only wiring and processing reference. I saw many types and methods which missing in arduino, processing and wiring reference... Why?
- Somebody worked with HaikuVM? What do you mind about it?
- I'll be grateful for some links explaining how to make conversion using binary operations, but in priority i want do find simpler way