kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
334 stars 244 forks source link

HTML spanish chars UTF-8 encoding problems(á,é,í,ñ) #77

Closed Rainwod-cloud closed 4 years ago

Rainwod-cloud commented 4 years ago

Hi again, recently i see this problem in this case in any of my views title or body page: imagen in my controller is defined as: imagen and in the view of the controller method: imagen This is only happen using BaseController loadViews() function, please some help!! PD: i have correctly defined all parameters of encoding in my php.ini, database conecction is under UTF-8 and the header file contain <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> inside the <head>tags

kishor10d commented 4 years ago

@Rainwod-cloud : Hello, I tried random Spanish word in the code. And it is working fine. Its too from loadViews(). Check the screenshots.

Title Bar Code:

inside code

Output: Please check green coloured boxes.

utf8-characters

I have on only this code in <head> section. <meta charset="utf-8">

Rainwod-cloud commented 4 years ago

Thank you very much, my error, my IDE, was deconfigured and saved the files in a different encoding than utf-8 greetings and sorry for the inconvenience