Encoding problems with Zend Framework 2 (ZF2)

81 Views Asked by At

I have a problem to display a translation with the right encoding...

Instead of displaying "Olá mundo!" appears "Olá mundo!"

I could solve my problem using utf8_decode.

But if you use another language that would be a problem...

https://github.com/carloschea/ZF2-Translate-Test

0

There are 0 best solutions below