notsecure / uTox

Lightweight Tox client
utox.org
GNU General Public License v3.0
597 stars 149 forks source link

µTox processes command line options differently across the different platforms. #1060

Closed GrayHatter closed 8 years ago

GrayHatter commented 9 years ago

µTox should have a cross compatible function that any OS can call to process the argc/v

windows uses wchar so it should convert it utf-8 BEFORE passing to the function

tgharib commented 8 years ago

I've begun work on this (ensuring there's no conflict with anyone else).

GrayHatter commented 8 years ago

done