Skip to content

Instantly share code, notes, and snippets.

@luisdalmolin
Created February 10, 2012 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisdalmolin/1790143 to your computer and use it in GitHub Desktop.
Save luisdalmolin/1790143 to your computer and use it in GitHub Desktop.
<?php
$str = "Τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός";
$str = mb_strtolower($str, 'UTF-8');
echo $str; // Prints τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment