Commit 41080b8e authored by Sebastien Robin's avatar Sebastien Robin

use utf-8 strings


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1465 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8e0d40dd
......@@ -59,18 +59,24 @@ class TestERP5SyncML(ERP5TypeTestCase):
workflow_id = 'edit_workflow'
first_name1 = 'Sebastien'
last_name1 = 'Robin'
description1 = 'description1 --- $sdfr_sdfsdf_oisfsopf'
# At the beginning, I was using iso-8859-15 strings, but actually
# erp5 is using utf-8 everywhere
#description1 = 'description1 --- $sdfr_sdfsdf_oisfsopf'
description1 = 'description1 --- $sdfr\xc3\xa7_sdfs\xc3\xa7df_oisfsopf'
lang1 = 'fr'
format2 = 'html'
format3 = 'xml'
format4 = 'txt'
first_name2 = 'Jean-Paul'
last_name2 = 'Smets'
description2 = 'description2@ $*< <<< ----- >>>></title>&oekd'
#description2 = 'description2@ $*< <<< ----- >>>></title>&oekd'
description2 = 'description2\xc3\xa9\xc3\xa0@ $*< <<< ----- >>>></title>&oekd'
lang2 = 'en'
first_name3 = 'Yoshinori'
last_name3 = 'Okuji'
description3 = 'description3 sdf__sdf_df___&&]]]'
#description3 = 'description3 sdf__sdf_df___&&]]]'
description3 = 'description3 \xc3\xa7sdf__sdf\xc3\xa7\xc3\xa7\xc3\xa7_df___&&\xc3\xa9]]]\xc2\xb0\xc2\xb0\xc2\xb0\xc2\xb0\xc2\xb0\xc2\xb0'
#description4 = 'description4 sdflkmooo^^^^]]]]]{{{{{{{'
description4 = 'description4 sdflkmooo^^^^]]]]]{{{{{{{'
lang3 = 'jp'
lang4 = 'ca'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment