diff sidutil.h @ 356:811eb6c6695e

Add "support" for CP858 output in fallback converter as it is essentially the same as CP850.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Jan 2020 02:32:59 +0200
parents a6153837c138
children f73270cabde2
line wrap: on
line diff
--- a/sidutil.h	Sat Jan 25 13:06:02 2020 +0200
+++ b/sidutil.h	Mon Jan 27 02:32:59 2020 +0200
@@ -37,6 +37,7 @@
     TH_LANG_UTF8,
     TH_LANG_ISO88591,
     TH_LANG_CP850,
+    TH_LANG_CP858,
     TH_LANG_CP437,
 };