ConFoo Montreal 2026: Call for Papers

Voting

: six minus five?
(Example: nine)

The Note You're Voting On

Ray.Paseur sometimes uses Gmail
6 years ago
I needed to generate an invalid UTF-8 character for testing with JSON. This did the trick:

<?php
echo 'Bogus UTF-8 character at end' . chr(0xC6) ;

<< Back to user notes page

To Top