Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hi
i installed umbraco 4.5.2 but content character problem for example ,,, (turkish character )
thank you now
do you still have problems with this?
Do you mean you are unable to insert content with turkish characters in them?
the problem still continues
Where in umbraco does this problem occur?
http://www.rotamultimedia.com
this characters dont support
help me
Hi Melih,
Edit your umbracoSettings.config in the Config folder.
Change your requestHandler tag
<requestHandler> <!-- this will ensure that urls are unique when running with multiple root nodes --> <useDomainPrefixes>true</useDomainPrefixes> <!-- this will add a trailing slash (/) to urls when in directory url mode --> <addTrailingSlash>true</addTrailingSlash> <urlReplacing removeDoubleDashes="false" toAscii="false"> <char org=" ">-</char> <char org="""></char> <char org="'"></char> <char org="%"></char> <char org="."></char> <char org=";"></char> <char org="/"></char> <char org="\"></char> <char org=":"></char> <char org="#"></char> <char org="+">plus</char> <char org="*">star</char> <char org="&"></char> <char org="?"></char> <char org="æ">ae</char> <char org="ø">oe</char> <char org="å">aa</char> <char org="ä">ae</char> <char org="ö">oe</char> <char org="ü">ue</char> <char org="ß">ss</char> <char org="Ä">ae</char> <char org="Ö">oe</char> <char org="|">-</char> <char org="<"></char> <char org=">"></char> <char org="İ">i</char> <char org="ı">i</char> <char org="Ğ">g</char> <char org="ğ">g</char> <char org="Ş">s</char> <char org="ş">s</char> <char org="Ü">u</char> <char org="ü">u</char> <char org="Ö">o</char> <char org="ö">o</char> <char org="Ç">c</char> <char org="ç">c</char> </urlReplacing>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
character problem
hi
i installed umbraco 4.5.2 but content character problem for example ,,, (turkish character )
thank you now
do you still have problems with this?
Do you mean you are unable to insert content with turkish characters in them?
the problem still continues
Where in umbraco does this problem occur?
http://www.rotamultimedia.com
this characters dont support
help me
Hi Melih,
Edit your umbracoSettings.config in the Config folder.
Change your requestHandler tag
is working on a reply...