Voting

: two minus two?
(Example: nine)

The Note You're Voting On

mac.com@nemo
18 years ago
For those wanting to convert from $set to MacRoman, use iconv():

<?php

$string
= iconv('UTF-8', 'macintosh', $string);

?>

('macintosh' is the IANA name for the MacRoman character set.)

<< Back to user notes page

To Top