tomolimo / ticketcleaner

Home for Ticket Cleaner GLPI plugin
8 stars 2 forks source link

Suggestion about Encoding. #3

Closed OscarLoayzaB closed 8 years ago

OscarLoayzaB commented 8 years ago

Hello, The plugin is perfect and I find it useful . However , I had to change a line of the file " hook.php " .

$parm->input['content'] = htmlentities( $temp_content, ENT_QUOTES) ;

by

$parm->input['content'] = htmlentities( $temp_content, ENT_QUOTES, 'UTF-8') ;

Because: Characters transformed type ( ' , ¨, ñ, ... ) when creating a ticket.

This change could be included in the code .??

Thanks.

tomolimo commented 8 years ago

Thank you for your proposal, I'll do it quickly