Copied to clipboard

Flag this post as spam?

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


  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 21:03
    sundip
    0

    Russian Characters problem

    Hi,

    I have a whole russian website to create. Started. I am using basic 'textstring' property and than on the content if I enter any 'Russian' text will convert into '????'.

    I am not sure that why that is happening?

    If I write the text on the master template than it displays correct. But if I use Umbraco item field and try to get the value than '????'. I want to use above field as a page title, so that each page will get its own title.

    Any help will be great.

    Thank you

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Feb 28, 2013 @ 21:45
    Alex Skrypnyk
    0

    Hi,

    Did you add Russian language in your root node ?

  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 21:47
    sundip
    0

    How to do that?

    I have added under Settings->Languages

    Thanks.

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Feb 28, 2013 @ 21:54
    Alex Skrypnyk
    0

    Do you have this one in your template ?

       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    Thanks

  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 21:55
    sundip
    0

    Yes, Alex. I have it on top.

    Any other thought?

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Feb 28, 2013 @ 22:20
    Alex Skrypnyk
    0

    it's really strange, i tried to reproduce your bug on local, but i can't

    Did you do some changes in DB?

     

  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 22:23
    sundip
    0

    I haven't touch the DB.

    What version are you running? mine is 4.7.1.1

    You were asking about adding a language, is there any place I am missing?

    Thanks

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Feb 28, 2013 @ 22:29
    Alex Skrypnyk
    0

    My umbraco is umbraco v 4.11.3. Did you set domainn and language in "Manage hos names" section ?

    Thanks

  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 22:34
    sundip
    0

    Yes, but no luck..

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Feb 28, 2013 @ 22:55
    Alex Skrypnyk
    0

    Do you have this one:

        <!-- the encoding type for tidy. Default is UTF8, options are ASCII, Raw, Latin1, UTF8, ISO2022, MacroMan-->    <TidyCharEncoding>UTF8</TidyCharEncoding>

    in your umbracoSettings.config

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Feb 28, 2013 @ 22:56
  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 22:56
    sundip
    0

    Yes, that's the default, I didn't touch it.

  • sundip 76 posts 339 karma points
    Feb 28, 2013 @ 22:58
    sundip
    0

    I have tried the above already, doesn't seem to be working.

    I am using MSSQL.

    I am really not sure why only textstring is converting Russian to '????'.

    bad.

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Mar 01, 2013 @ 11:32
    Alex Skrypnyk
    0

    the problem is in MySQL, i don't good in this database (

    Thanks

  • sundip 76 posts 339 karma points
    Mar 01, 2013 @ 14:31
    sundip
    0

    I think I need to find another way of doing this..;(

    Thank you for help..

  • sundip 76 posts 339 karma points
    Mar 05, 2013 @ 21:17
    sundip
    0

    As a temporary solution of above, I am using xslt files as content. Means, for the pages to be generated, I am creating under content section, but not adding any Russian text there, calling xslt files into the template I used for a perticular page by pageid.

    Can't even make a dynamic navigation with the russian names!!!!

    Are there any drawbacks of using xslt files? I am really worried about the perfomance and other data saving issues.

    Please, suggest.

    Edit: Any comments?

    Thank you,

    Sundip

  • 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