mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Replace MacRoman conversion with LIBICONV implementation
This commit is contained in:
8
MacRomanConversion/MacRomanConversion.h
Normal file
8
MacRomanConversion/MacRomanConversion.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace MacRoman
|
||||
{
|
||||
uint16_t ToUnicode(uint8_t character);
|
||||
}
|
Reference in New Issue
Block a user