Tagged Questions

2
votes
1answer
602 views

What does set_locale(LC_CTYPE, 'C'); actually do?

When my PHP script is run with UTF-8 encoding, using non-ascii characters, some PHP functions like strtolower() don't work. I could use mb_strtolower, but this script can be run on all sorts of ...