Copied to clipboard

Flag this post as spam?

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


  • Amr Younis 13 posts 94 karma points
    Jan 31, 2017 @ 13:34
    Amr Younis
    0

    Tags and Categories URL not working with Arabic language

    Dear Shannon

    i have a problem using tags and categories with Arabic languages it's recording into db as "??? ????? ??????" and i got error when use tag or category URL.

    i'm using umbraco version 7.5.3 and Articulate version 2.0.5

    cmstags table

    url error

    thank you

  • Shannon Deminick 1530 posts 5278 karma points MVP 4x
    Feb 01, 2017 @ 00:04
    Shannon Deminick
    0

    That's odd. Please log exact steps to replicate on an issue here: https://github.com/shazwazza/articulate/issues

    Oddly enough I've tested with vietnamese before and everything worked fine: https://github.com/Shazwazza/Articulate/issues/88

  • Shannon Deminick 1530 posts 5278 karma points MVP 4x
    Feb 01, 2017 @ 00:09
    Shannon Deminick
    0

    I've never seen anything save '?' in place of other characters, I would say this is an issue with either the server or the encoding settings on the website, I don't think Articulate does anything in particular with chars, it just uses what it is given.

    Some reference: http://stackoverflow.com/questions/37990853/asp-net-question-marks-instead-of-arabic-text

    what do you have in your globalization element of your web.config?

    UTF-8 should be the one being used for these things if not specified

    <globalization
    fileEncoding="utf-8"
    requestEncoding="utf-8"
    responseEncoding="utf-8"
    /> 
    

    https://forums.asp.net/t/1130942.aspx?GridView+returns+question+marks+for+hebrew+characters

  • Amr Younis 13 posts 94 karma points
    Feb 01, 2017 @ 15:00
    Amr Younis
    0

    Dear Shannon

    first thank your for replay

    second i did like what you told me putting globalization element to web.config and put accept-charset="utf-8" attribute to umbraco form and i got the same problem.

    any other advice

    form accept-charset

    site

    url

    thank you

  • Vasily 7 posts 27 karma points
    Feb 19, 2017 @ 03:38
    Vasily
    0

    Have the same issue with Cyrillic characters.The database has ??? values.

  • Shannon Deminick 1530 posts 5278 karma points MVP 4x
    Feb 20, 2017 @ 01:41
    Shannon Deminick
    0

    Hi, see notes on this issue: https://github.com/Shazwazza/Articulate/issues/211 I'm pretty sure it's an issue with your database culture settings, the other user seemed to solve their problem by upgrading Articulate too (just not sure how that solves it but maybe it's a fluke)

  • Vasily 7 posts 27 karma points
    Feb 25, 2017 @ 10:28
    Vasily
    0

    Can confirm that upgrading Umbraco to 7.5.10 has resolved the problem. Cyrillic values are stored correctly in database.

  • 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