forked from KolibriOS/kolibrios
Add Windows-1252 (CP1252) to iconv library
git-svn-id: svn://kolibrios.org@6892 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dc5527c5ca
commit
5ac8ef4526
@ -51,12 +51,12 @@ int encoding(const char *what) {
|
||||
|
||||
if (!strcmp(what,"CP866")) return CP866;
|
||||
if (!strcmp(what,"CP1251")) return CP1251;
|
||||
if (!strcmp(what,"windows-1252")) return CP1252;
|
||||
if (!strcmp(what,"CP1252")) return CP1252;
|
||||
if (!strcmp(what,"KOI8-RU")) return KOI8_RU;
|
||||
if (!strcmp(what,"ISO8859-5")) return ISO8859_5;
|
||||
if (!strcmp(what,"UTF-8")) return UTF_8;
|
||||
return -1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user