Today I needed to convert a UTF-16 file to UTF-8 and I did it with iconv:
iconv -f UTF-16 -t UTF-8 /path/to/input > /path/to/output
Today I needed to convert a UTF-16 file to UTF-8 and I did it with iconv:
iconv -f UTF-16 -t UTF-8 /path/to/input > /path/to/output
To install PHPUnit on Debian with PEAR:
sudo pear channel-discover pear.phpunit.de sudo pear install --alldeps phpunit/PHPUnit
To see which path the command-line utility ‘phpunit’ was installed:
sudo pear config-get bin_dir which phpunit
Reading about Access Keys. Also a good article on Wikipedia.
For Firefox on Linux use: Alt + Shift.