Added basic Chinese support

This commit is contained in:
Michiel Broek
2005-04-02 16:18:57 +00:00
parent b104599baa
commit e98f8ce1b1
6 changed files with 33 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ char *getrfcchrs(int val)
case FTNC_LATIN_5: return (char *)"iso-8859-5";
case FTNC_MAC: return (char *)"MAC 2";
case FTNC_KOI8_R: return (char *)"koi8-r";
case FTNC_CP936: return (char *)"hz-gb-2312";
default: return (char *)"iso-8859-1";
}
}