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

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

Closed this issue · 2 comments

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

@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">

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