From 80b7a8e57c9e723ab1a36ea75966a80122a95171 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 16 Nov 2002 21:36:29 +0000 Subject: [PATCH] added 3 missing conversions - mysterious! git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1964 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/UTF8.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/headers/os/support/UTF8.h b/headers/os/support/UTF8.h index 6260762c1c..8ff4a07a31 100644 --- a/headers/os/support/UTF8.h +++ b/headers/os/support/UTF8.h @@ -39,7 +39,10 @@ enum { B_MS_WINDOWS_1251_CONVERSION, /* MS-Windows Codepage 1251 */ B_MS_DOS_866_CONVERSION, /* MS-DOS Codepage 866 */ B_MS_DOS_CONVERSION, /* MS-DOS Codepage 437 */ - B_EUC_KR_CONVERSION /* EUC Korean */ + B_EUC_KR_CONVERSION, /* EUC Korean */ + B_ISO13_CONVERSION, /* ISO 8859-13 */ + B_ISO14_CONVERSION, /* ISO 8859-14 */ + B_ISO15_CONVERSION, /* ISO 8859-15 */ }; /*-------------------------------------------------------------*/