french statues disappeared [Solved]

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
titovetch
Posts: 44
Joined: 20 Jun 2017, 14:26

french statues disappeared [Solved]

Post by titovetch »

Hi,
i have a problem when i use any word with special characters in custom_strings_inc.php in case of french the file include the below statues but its disappeared on edit button but if i changed it from 50:assigné ==> 50:assigne it will work because the problem is é

Code: Select all

$s_status_enum_string = '71:Reassign,73:Reopen,10:nouveau,20:commentaires,30:reconnu,40:confirmé,50:assigné,60:rejeté,67:rejete par le vendeur,68:entreprise rejetée confirmée,69:en attente ABE,72:GAP,70:délivré,80:resolu,90:fermé';
Attachments
Untitled.png
Untitled.png (1.15 KiB) Viewed 3228 times
Last edited by titovetch on 16 Oct 2017, 20:17, edited 1 time in total.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: french statues disappeared

Post by atrol »

Did you store custom_strings_inc.php using UTF-8 encoding?
Please use Search before posting and read the Manual
titovetch
Posts: 44
Joined: 20 Jun 2017, 14:26

Re: french statues disappeared

Post by titovetch »

yes , what do you refer to covert to ? i have changed the file to UTF8 + BOM
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: french statues disappeared

Post by atrol »

It has to be UTF8 without BOM
Please use Search before posting and read the Manual
titovetch
Posts: 44
Joined: 20 Jun 2017, 14:26

Re: french statues disappeared

Post by titovetch »

Thanks atrol
Post Reply