]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - charset/charset.h
Tweak the icon script, and the generated icons, to more closely
[PuTTY.git] / charset / charset.h
index 7dd038bba9219d9cf5812e30bc05258cd2d71f18..5f83eddb9758cf5f223037e1e9e795c50a5c291b 100644 (file)
@@ -32,6 +32,7 @@ typedef enum {
     CS_ISO8859_16,
     CS_CP437,
     CS_CP850,
+    CS_CP866,
     CS_CP1250,
     CS_CP1251,
     CS_CP1252,
@@ -136,6 +137,14 @@ int charset_from_xenc(const char *name);
 const char *charset_to_mimeenc(int charset);
 int charset_from_mimeenc(const char *name);
 
+/*
+ * Convert our own encoding names to and from our charset
+ * identifiers.
+ */
+const char *charset_to_localenc(int charset);
+int charset_from_localenc(const char *name);
+int charset_localenc_nth(int n);
+
 /*
  * Convert Mac OS script/region/font to our charset identifiers.
  */