dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1236] Replace %s and %d except for FormatXXX s


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1236] Replace %s and %d except for FormatXXX strings
Date: Tue, 04 Feb 2014 23:23:49 +0200

Doliforge
Is this email not displaying correctly?
update email preferences.

Replace %s and %d except for FormatXXX strings

Snapshot

 Details
Submitted by:  Nikos Drosis (ndrosis) Submitted on:  2014-02-04 23:23
Last Modified On:  2014-02-04 23: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:  None
Resolution:  None 

Answer now



reply via email to

[Prev in Thread] Current Thread [Next in Thread]