comparison 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
comparison
equal deleted inserted replaced
355:9924d4518932 356:811eb6c6695e
35 enum 35 enum
36 { 36 {
37 TH_LANG_UTF8, 37 TH_LANG_UTF8,
38 TH_LANG_ISO88591, 38 TH_LANG_ISO88591,
39 TH_LANG_CP850, 39 TH_LANG_CP850,
40 TH_LANG_CP858,
40 TH_LANG_CP437, 41 TH_LANG_CP437,
41 }; 42 };
42 43
43 44
44 // 45 //