Replace MacRoman conversion with LIBICONV implementation

This commit is contained in:
elasota
2020-01-05 03:55:35 -05:00
parent 1e3cf76bf3
commit 7c4ec4a467
17 changed files with 136 additions and 730 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <stdint.h>
namespace MacRoman
{
uint16_t ToUnicode(uint8_t character);
}