Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • melih 7 posts 27 karma points
    Nov 28, 2010 @ 23:34
    melih
    0

    character problem

    hi

    i installed umbraco 4.5.2 but content character problem for example ,,, (turkish character )

    thank you now

  • Max Öhman 42 posts 71 karma points
    Nov 29, 2010 @ 14:32
    Max Öhman
    0

    do you still have problems with this?

  • Colin Browne 31 posts 52 karma points
    Nov 29, 2010 @ 17:05
    Colin Browne
    0

    Do you mean you are unable to insert content with turkish characters in them?

  • melih 7 posts 27 karma points
    Nov 29, 2010 @ 17:55
    melih
    0

    the problem still continues

  • Colin Browne 31 posts 52 karma points
    Nov 29, 2010 @ 17:57
    Colin Browne
    0

    Where in umbraco does this problem occur?

  • melih 7 posts 27 karma points
    Nov 29, 2010 @ 18:28
  • melih 7 posts 27 karma points
    Nov 30, 2010 @ 02:57
    melih
    0

    this characters dont support

    help me

  • Mücahit GENÇ 7 posts 72 karma points
    Mar 11, 2016 @ 09:30
    Mücahit GENÇ
    101

    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="&quot;"></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="&amp;"></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="&lt;"></char>
        <char org="&gt;"></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>
    

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies