From e3d43cf781afd29a9c986d2682f83e7d5bad2c8e Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 11 Oct 2009 22:21:14 +0000
Subject: [PATCH] Fix: Convert error

---
 htdocs/lib/functions.lib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php
index a1c127a8496..70f3223a4e2 100644
--- a/htdocs/lib/functions.lib.php
+++ b/htdocs/lib/functions.lib.php
@@ -140,7 +140,7 @@ function dol_string_unaccent($str)
 	else
 	{
 		$string = strtr($str,
-		"xC0\xC1\xC2\xC3\xC5\xC7
+		"\xC0\xC1\xC2\xC3\xC5\xC7
 	        \xC8\xC9\xCA\xCB\xCC\xCD\xCE\xCF\xD0\xD1
 	        \xD2\xD3\xD4\xD5\xD8\xD9\xDA\xDB\xDD
 	        \xE0\xE1\xE2\xE3\xE5\xE7\xE8\xE9\xEA\xEB
-- 
GitLab