rrthomas / recode

Charset converter tool and library
GNU General Public License v3.0
130 stars 12 forks source link

Recoded source files from latin1 to utf-8 #41

Closed kugland closed 1 year ago

kugland commented 1 year ago

Some source files were still in Latin-1 encoding. I recoded them to UTF-8.

vn.c needed some more modifications, since there were character literals in latin1, which I replaced with hex escapes. In this file I didn’t remove the comment /* FIXME: Should not use Latin-1 characters, anyway. */, because I didn’t know if this referred to the change I just did.