update page now

Voting

: min(six, six)?
(Example: nine)

The Note You're Voting On

esvit at mail dot ru
15 years ago
That fixed the all caps issue:

<?php
function imap_utf8_fix($string) {
  return iconv_mime_decode($string,0,"UTF-8");
}
?>

<< Back to user notes page

To Top