checkmate icon indicating copy to clipboard operation
checkmate copied to clipboard

Use TCHAR in mp3checker

Open Sjord opened this issue 8 years ago • 2 comments

To support unicode characters

Sjord avatar Jun 08 '17 10:06 Sjord

Todo:

  • ~Combo_AddDrives in rebar.c~
  • ~Commented sprintf in mp3checker.c~
  • fileerror in checkfile.c
  • error in checkarguments.c
  • ~merge declarations in checkarguments.h~

Sjord avatar Jun 08 '17 10:06 Sjord

I am getting convinced that using TCHAR is not the right way to approach this. Instead we should use UTF8 and only convert to UTF16 when calling Windows API functions.

Sjord avatar Jun 13 '17 08:06 Sjord