Characters International List after update - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Characters International List after update (/showthread.php?tid=1358) |
Characters International List after update - rslemer - 01-04-2019 After last updated in tickets, for example, characters not shows correctly RE: Characters International List after update - joebordes - 01-04-2019 I have made a lot of changes to pt_br files maybe one of those has something to do with it. Review the pt_br file for this module and reset it to a version before the change, see if that has anything to do with it. RE: Characters International List after update - rslemer - 01-04-2019 I think is only at shows, because if I access picklist editor, system shows correctly ... RE: Characters International List after update - joebordes - 01-05-2019 I don't know how to reproduce this issue RE: Characters International List after update - rslemer - 01-11-2019 Maybe because thats tickets was created from mail scanner ? RE: Characters International List after update - rslemer - 01-13-2019 I removed a special character in picklist and news tickets ( created from mail scanner ) still wrote wrong in DB ... RE: Characters International List after update - joebordes - 01-14-2019 check your encoding in the config file, it should always be UTF8 RE: Characters International List after update - rslemer - 01-15-2019 // default charset // default charset default value = 'UTF-8' or 'ISO-8859-1' $default_charset = 'UTF-8'; $default_charset = strtoupper($default_charset); // DO NOT MODIFY THIS LINE, IT IS IMPORTANT When I removed a line with a special character from list, system recreate when new ticket is processed from mail scanner... |