Dolibarr ERP & CRM » Bugs » bug #1236 Replace %s and %d except for FormatXXX stringsLatest modifications
Answer now
Snapshot Details |
Last Modified On: | 2014-02-04 22:24 | | Submitted by: | Nikos Drosis (ndrosis) |
Submitted on: | 2014-02-04 22:23 | |
Summary: | Replace %s and %d except for FormatXXX strings |
Description: | Show correct characters utf-8 for Greece and other language |
Step to reproduce bug: | Edit file translate.class.php
// Crypt string into HTML
$str=htmlentities($str,ENT_QUOTES,$this->charset_output);
to
// Crypt string into HTML
$str=htmlspecialchars($str,ENT_QUOTES,$this->charset_output); |
Detected in version: | 3.5.0 | | Category: | Core Problem |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | Laurent Destailleur (eldy) |
Resolution: | Fixed | |
Comments- Laurent Destailleur 2014-02-08 02:39
- This fix will create bugs somewhere else.
I made recent fix into 3.5 branch that should solve problem. If you find other, please complete this ticket with screenshot (done onto last 3.5 code into 3.5 branch). |
|
I made recent fix into 3.5 branch that should solve problem. If you find other, please complete this ticket with screenshot (done onto last 3.5 code into 3.5 branch).
None→ Laurent Destailleur (eldy)None→ Fixed