mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 14:45:45 -04:00
Common: Add Shift-JIS helpers
This commit is contained in:
4
src/common/shiftjis.h
Normal file
4
src/common/shiftjis.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
void sjis2ascii(char* bData);
|
||||
char* sjis2utf8(char* input);
|
Reference in New Issue
Block a user