shidel / FDI

FreeDOS 1.2, 1.3, 1.4+ Installer
Other
33 stars 8 forks source link

Fix character #9

Closed bitigchi closed 4 years ago

bitigchi commented 4 years ago

When I noticed that Github fails to display the ç letter, I thought I'd fix it this way, to make it consistent. If it's already okay, and would display correctly on actual Installer, feel free to ignore PR.

shidel commented 4 years ago

Hi,

First, I'd like to mention, I'm removing all international language translations from my project source trees. Those projects will just pull their translations directly from the FD-NLS project.

Now regarding your message. GitHub does not display DOS codepage text files correctly. So, I've started including more UTF-8 encoded files. I believe it does display these correctly. Also, it will make it easier for translators to view and update any translation files.

Thanks again.