fixUtf8 property
String
get
fixUtf8
Implementation
String get fixUtf8 {
try {
return utf8.decode(latin1.encode(this));
} catch (e) {
return this;
}
}
String get fixUtf8 {
try {
return utf8.decode(latin1.encode(this));
} catch (e) {
return this;
}
}