Skip to content

Instantly share code, notes, and snippets.

@almino
Created August 19, 2014 14:59
Show Gist options
  • Save almino/2a62cfa8101628ff8bc6 to your computer and use it in GitHub Desktop.
Save almino/2a62cfa8101628ff8bc6 to your computer and use it in GitHub Desktop.
Forçar UTF-8 no CodeIgniter
<?php
/*
* ---------------------------------------------------------------
* Always UTF-8
* ---------------------------------------------------------------
* http://stackoverflow.com/a/4279294
*/
header('Content-Type: text/html; charset=utf-8');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment