Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created October 28, 2013 11:45
Show Gist options
  • Save steppefox/7195458 to your computer and use it in GitHub Desktop.
Save steppefox/7195458 to your computer and use it in GitHub Desktop.
json encode with cyrillic characters
json_encode($info,JSON_UNESCAPED_UNICODE); //available since php 5.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment