Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7078 → Rev 7079

/programs/develop/libraries/iconv/iconv.c
51,6 → 51,7
if (!strcasecmp(what,"windows-1252")) return CP1252;
if (!strcasecmp(what,"CP1252")) return CP1252;
if (!strcasecmp(what,"KOI8-RU")) return KOI8_RU;
if (!strcasecmp(what,"KOI8-R")) return KOI8_RU;
if (!strcasecmp(what,"ISO8859-5")) return ISO8859_5;
if (!strcasecmp(what,"UTF-8")) return UTF_8;
return -1;