Voting

: one minus one?
(Example: nine)

The Note You're Voting On

d_maksimov
3 years ago
It was helpful for my exec(...) call. When it returned cp866 or cp1251:

try {
$line = iconv('CP866', 'CP1251', $line);
} catch(Exception $e) {
}
return iconv('CP1251', 'UTF-8', $line);

<< Back to user notes page

To Top