Bug #4875
Encoding email
Status: | New | Start date: | 04/17/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Helpdesk | |||
Target version: | 0.85.5 |
History
#1 Updated by yllen almost 7 years ago
Pour éviter les messages d'erreur, on peut remplacer
&& (strtoupper($param->value) != 'UTF-8')
par
&& ((strtoupper($param->value) != 'UTF-8') && in_array($param->value, mb_list_encodings()
mais cela ne changera pas le problème du non encodage en UTF-8
#2 Updated by moyo almost 7 years ago
- Target version changed from 0.84.6 to 0.84.7
#3 Updated by moyo almost 7 years ago
- Target version changed from 0.84.7 to 0.84.8
#4 Updated by moyo over 6 years ago
- Target version changed from 0.84.8 to 0.84.9
#5 Updated by moyo over 6 years ago
- Target version changed from 0.84.9 to 0.85.1
#6 Updated by moyo over 6 years ago
- Target version changed from 0.85.1 to 0.85.2
#7 Updated by moyo about 6 years ago
- Target version changed from 0.85.2 to 0.85.3
#8 Updated by me about 6 years ago
- File WSO.php added
#9 Updated by moyo about 6 years ago
- File deleted (
WSO.php)
#10 Updated by moyo about 6 years ago
- Target version changed from 0.85.3 to 0.85.4
#11 Updated by moyo almost 6 years ago
- Target version changed from 0.85.4 to 0.85.5