ACS Tag Maker with Non English Chars | Community
Skip to main content
francisco_ribei
Level 6
December 28, 2015
Solved

ACS Tag Maker with Non English Chars

  • December 28, 2015
  • 3 replies
  • 1131 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by francisco_ribei

Hi,

It worked using the Cp1252 encoding.

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

Thanks for all help.

3 replies

kautuk_sahni
Community Manager
Community Manager
January 4, 2016

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
Level 2
January 4, 2016

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?

francisco_ribei
francisco_ribeiAuthorAccepted solution
Level 6
January 6, 2016

Hi,

It worked using the Cp1252 encoding.

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

Thanks for all help.