X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/9a4486bdcf2846b43a6cd32697359871663ae27b..299d70a50d1fa46c097aaf8c575207e0259cf009:/charset/charset.h diff --git a/charset/charset.h b/charset/charset.h index 1a2152dc..7dd038bb 100644 --- a/charset/charset.h +++ b/charset/charset.h @@ -136,4 +136,10 @@ int charset_from_xenc(const char *name); const char *charset_to_mimeenc(int charset); int charset_from_mimeenc(const char *name); +/* + * Convert Mac OS script/region/font to our charset identifiers. + */ +int charset_from_macenc(int script, int region, int sysvers, + const char *fontname); + #endif /* charset_charset_h */