Skip to content

Instantly share code, notes, and snippets.

View almino's full-sized avatar

Almino almino

View GitHub Profile
@almino
almino / gist:2a62cfa8101628ff8bc6
Created August 19, 2014 14:59
Forçar UTF-8 no CodeIgniter
<?php
/*
* ---------------------------------------------------------------
* Always UTF-8
* ---------------------------------------------------------------
* http://stackoverflow.com/a/4279294
*/
header('Content-Type: text/html; charset=utf-8');