aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/charset.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 20:35:54 +0000
committerlloyd <[email protected]>2008-11-08 20:35:54 +0000
commit3c77da389db0769cf07cddf7629a62e156fe577b (patch)
treec79a275c7df6ebbdff6d7277673e488bd9b80f49 /src/utils/charset.h
parent73ba6c48e349955f05e81d674172c9c737540280 (diff)
Split the last parts of the 'core' module
Add some missing info.txts
Diffstat (limited to 'src/utils/charset.h')
-rw-r--r--src/utils/charset.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/utils/charset.h b/src/utils/charset.h
index ac9f501a0..25827c8a7 100644
--- a/src/utils/charset.h
+++ b/src/utils/charset.h
@@ -7,11 +7,20 @@
#define BOTAN_CHARSET_H__
#include <botan/types.h>
-#include <botan/enums.h>
#include <string>
namespace Botan {
+/**
+* The different charsets (nominally) supported by Botan.
+*/
+enum Character_Set {
+ LOCAL_CHARSET,
+ UCS2_CHARSET,
+ UTF8_CHARSET,
+ LATIN1_CHARSET
+};
+
namespace Charset {
/*************************************************