Common: Add Shift-JIS helpers

This commit is contained in:
Connor McLaughlin
2020-09-19 00:26:01 +10:00
parent f589865842
commit 70768c02af
5 changed files with 1606 additions and 0 deletions

4
src/common/shiftjis.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
void sjis2ascii(char* bData);
char* sjis2utf8(char* input);