1214
1219
if (strcasecmp(this->pr_name, "encoding") == 0) {
1215
1220
strcpy(this->charset, this->pr_value);
1217
1222
this->charset_type = CHARSET_UTF_8;
1221
1226
this->charset_type = CHARSET_STANDARD;
1223
1228
this->charset_type = CHARSET_TO_CONVERT_8_BIT;