This website requires JavaScript.
Explore
Help
Sign In
WallyHackenslacker
/
Aerofoil
Watch
1
Star
0
Fork
0
You've already forked Aerofoil
mirror of
https://github.com/elasota/Aerofoil.git
synced
2026-03-01 21:34:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
bd2e27978e64bdd08940c1798b4692af6b84b082
Aerofoil
/
MacRomanConversion
/
MacRomanConversion.h
9 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Replace MacRoman conversion with LIBICONV implementation
2020-01-05 03:55:35 -05:00
#
pragma once
#
include
<stdint.h>
namespace
MacRoman
Transcode special chars via UTF-8
2020-02-07 22:08:52 -05:00
{
Replace MacRoman conversion with LIBICONV implementation
2020-01-05 03:55:35 -05:00
uint16_t
ToUnicode
(
uint8_t
character
)
;
}
Reference in New Issue
Copy Permalink