Hi,
I am trying to use the ACS Tools Tag Maker in order to create a tagging structure but I'm facing some issues because I have tags with non English chars like: Café,Açaí.
I can make the tag be imported correctly by using the notation: Café{{cafe}}, but the title appears broken in the special char.
Does someone already faced this kind of issue? Is there any workaround?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
It worked using the Cp1252 encoding.
I've tested creating another csv from an Excel Spreadsheet. And it worked.
Thanks for all help.
Hi
------------------------------------
Not Sure but you can try
------------------------------------
You can try %encoding while creating the tags.
Eg. let say for "admin@123" we could write admin%40123. //@ has hex value of 40 so we escaped it as %40. This is the technique use by many browsers for handling Unicode characters.
//Caf = caf%C3%A9
// How to get this value (Use Link:- http://www.endmemo.com/unicode/unicodeconverter.php, Add character in Unicode Character and get value on UTH-8 code[Add % in all pair code])
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Note, this issue was further investigated @ https://github.com/Adobe-Consulting-Services/acs-aem-tools/issues/122 ...
The sample CSV file uploaded to the GitHub ticket works on AEM 6+ when uploaded on a Mac. This may be a Windows issue?
Hi,
It worked using the Cp1252 encoding.
I've tested creating another csv from an Excel Spreadsheet. And it worked.
Thanks for all help.
Views
Likes
Replies
Views
Likes
Replies