codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/62STmyAl
[
raw code
|
output
|
fork
]
PHP
,
pasted on Sep 17:
1
2
3
4
<?php
$string
=
"
\xe9
"
;
// é
echo
utf8_encode
(
$string
);
Output:
1
é
Create a new paste based on this one
Comments: