Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active May 19, 2022 11:05
Show Gist options
  • Save cp-sumi-k/c21e1658b659c70ce4ff5eb570ab2dcc to your computer and use it in GitHub Desktop.
Save cp-sumi-k/c21e1658b659c70ce4ff5eb570ab2dcc to your computer and use it in GitHub Desktop.
<?php
$text = "\xE0";
echo utf8_decode($text);
# output : ?
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment