I am redesigning a danish website in asp.net, earlier it has been developed in php.
My issue is with the product images which are beging used in the site. Since name of these images is in danish language they are not visible on my new site.
Image name are like 009-1600-027_Trææske 2 favet - 500 og 1000 gr belgisk luksusnødder.jpg
I don't want to play with the image name, instead i want a utility so that these can be used on the website as they are.
If you don't want to change the filenames just create a function that changes the displayed name from what it is. You could use javascript to change it client-side. Is the question about text encoding or implementation?
dpkngm
Member
154 Points
47 Posts
Issue with Filenames in danish language
Dec 28, 2011 08:21 PM|LINK
Hi Everyone,
I am redesigning a danish website in asp.net, earlier it has been developed in php.
My issue is with the product images which are beging used in the site. Since name of these images is in danish language they are not visible on my new site.
Image name are like 009-1600-027_Trææske 2 favet - 500 og 1000 gr belgisk luksusnødder.jpg
I don't want to play with the image name, instead i want a utility so that these can be used on the website as they are.
Please help me with this issue.
deepak.nigam@swiftcybernetics.com
http://www.swiftcybernetics.com
please mark as answer if it helps u.
Prof_Teancum
Participant
1380 Points
241 Posts
Re: Issue with Filenames in danish language
Dec 28, 2011 10:28 PM|LINK
If you don't want to change the filenames just create a function that changes the displayed name from what it is. You could use javascript to change it client-side. Is the question about text encoding or implementation?
dpkngm
Member
154 Points
47 Posts
Re: Issue with Filenames in danish language
Jan 02, 2012 09:34 AM|LINK
Can you please guide me that how to do this???
deepak.nigam@swiftcybernetics.com
http://www.swiftcybernetics.com
please mark as answer if it helps u.