Challenging exec question
Posted: Thu Apr 16, 2009 7:27 pm
I have the following code in PHP:
The problem is when this is called all accents are stripped, how can this be fixed? Anybody have any idea?
Code: Select all
<?php
exec('java Translator "Questo èa"');
?>