YOLOpp / yolopp

The WIP yolo++ language
2 stars 0 forks source link

Unicode support #1

Open MadPidgeon opened 9 years ago

MadPidgeon commented 9 years ago

Strings in YOLO++ should support unicode charaters. Third party library required.

tomsmeding commented 9 years ago

Why third party library required though? I'm guessing, maybe we can do with using wchar_t's (of 2 bytes) and hand-writing (or hand-copying) the required code for converting UTF8 <-> UCS2