Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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.

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

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

Korrekte Antwort von
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.