Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.1, 2.0
-
Fix Version/s: None
-
Component/s: Internationalisation
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
If a field in the CSV file starts with a non-US-ASCII character, that field gets trimmed and the inserted value begins at first ASCII character given. Non-US-ASCII characters in other places in the strings get carried properly.
The attached file's contents result in the following:
Stefan,Batory → Stefan Batory [ok]
Bolesław,Kędzierzawy → Bolesław Kędzierzawy [ok]
Władysław,Jagiełło → Władysław Jagiełło [ok]
Władysław,Łokietek → Władysław okietek [error]
Stanisław,Żółkiewski → Stanisław kiewski [error]
CRM-3518 has another example CSV file.