Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

ACS Tag Maker with Non English Chars

Avatar

Level 6

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.

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi,

It worked using the Cp1252 encoding.

I've tested creating another csv from an Excel Spreadsheet. And it worked.

Thanks for all help.

View solution in original post

3 Replies

Avatar

Administrator

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



Kautuk Sahni

Avatar

Level 2

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?

Avatar

Correct answer by
Level 6

Hi,

It worked using the Cp1252 encoding.

I've tested creating another csv from an Excel Spreadsheet. And it worked.

Thanks for all help.