diff --git a/include/user_common.php b/include/user_common.php
index cbd595feb..47e7a7024 100644
--- a/include/user_common.php
+++ b/include/user_common.php
@@ -408,7 +408,7 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null,$p_value=0,$p_paid=0)
$sort_date="
$image_ascDate $image_desc | ";
$sort_description=" $image_ascDescription $image_desc | ";
$sort_amount=" $image_ascMontant $image_desc | ";
-$sort_echeance=" $image_ascEch�ance $image_desc | ";
+$sort_echeance=" $image_ascEchéance $image_desc | ";
// if an order is asked
if ( isset ($_GET['o']) )
{