Voting

: eight minus two?
(Example: nine)

The Note You're Voting On

martin at front of mind dot co dot uk
15 years ago
For transcoding values in an Excel generated CSV the following seems to work:

<?php
$value
= iconv('Windows-1252', 'UTF-8//TRANSLIT', $value);
?>

<< Back to user notes page

To Top