Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 724 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 724 Bytes

utf8-decoder

Python UTF-8 Decoder Test C UTF-8 Decoder Test

A prototype of a minimalistic utf-8 to utf-16 converter. Includes implementations in Python and C.

Why? To patch standard DF cp437_to_unicode function to add support of utf-8.