Fixed UTF-8 coding

This commit is contained in:
Michiel Broek 2007-06-16 11:21:16 +00:00
parent d423fd141b
commit c6f86a3dea

View File

@ -702,7 +702,7 @@ void OLR_SyncTags()
colour(LIGHTGREEN, BLACK); colour(LIGHTGREEN, BLACK);
if (utf8) if (utf8)
chartran_init((char *)"CP437", (char *)"UTF-8", 'B'); chartran_init((char *)"CP437", (char *)"UTF-8", 'B');
fLine(79); PUTSTR(chartran(fLine_str(79)));
chartran_close(); chartran_close();
Pause(); Pause();
} }