tjhancocks / kestrel-development-kit

A Development Kit for the Kestrel Game Engine
MIT License
13 stars 1 forks source link

Fix utf-8 to macroman conversion #36

Closed andrews05 closed 4 years ago

andrews05 commented 4 years ago

This PR corrects the conversion of UTF-8 characters to MacRoman in the mac_roman::from_str function.

Fixes #35.