2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2010-10-02 10:48:28 +00:00
parent 94ecaf55d6
commit 2ab7e6c142
6 changed files with 9 additions and 17 deletions

View File

@@ -3339,10 +3339,10 @@ function utf8_check($str)
/**
* \brief Return an UTF8 string encoded into OS filesystem encoding. This function is used to define
* Return an UTF-8 string encoded into OS filesystem encoding. This function is used to define
* value to pass to filesystem PHP functions.
* \param $str String to encode (UTF8)
* \return string Encoded string (UTF8, ISO-8859-1)
* @param $str String to encode (UTF-8)
* @return string Encoded string (UTF-8, ISO-8859-1)
*/
function dol_osencode($str)
{