Skip to content

Instantly share code, notes, and snippets.

@morozVA
Last active January 3, 2018 09:57
Show Gist options
  • Save morozVA/066d4299c28872051afb49b1238cc52f to your computer and use it in GitHub Desktop.
Save morozVA/066d4299c28872051afb49b1238cc52f to your computer and use it in GitHub Desktop.
php mb_convert_encoding
<?php $comment = mb_convert_encoding($comment, 'utf-8', mb_detect_encoding($comment));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment