


I have excel sheet where i have got content in chinese / arabic which needs to be uploaded to CQ. In excel i can see they are displaying fine. I am thinking of using curl command automate the process. I have used curl in past for english language content and it works nice.
But now when i use curl for uploading these special languages everythjing gets uploaded as QUESTION MARK or JUNK.
is there any attribute / parameter i need to send in curl command
Below is my curl command
curl -u admin:admin http://localhost:4502/etc/designs/footer -F "text=洲際酒店集"
It works well if text is english |
Is there any way I can pass character encoding (UTF-8) to this statement ?
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
See this article about writing a servlet for AEM that are able to handle specials chars:
http://scottsdigitalcommunity.blogspot.ca/2014/04/posting-special-characters-to-adobe.html
As noted in the article - using CURL does not work.
Views
Replies
Sign in to like this content
Total Likes
See this article about writing a servlet for AEM that are able to handle specials chars:
http://scottsdigitalcommunity.blogspot.ca/2014/04/posting-special-characters-to-adobe.html
As noted in the article - using CURL does not work.
Views
Replies
Sign in to like this content
Total Likes
Thanks so much Scott for your quick reply. Let me try that out.
Views
Replies
Sign in to like this content
Total Likes