I've noticed that SE can't deal with links nor tags which has a character with diacritic accent in it.

About links, I feel it's important to allow this as RAE website needs the accent and depending on the format, it doesn't work:

With tags it doesn't work at all:

  • Writing ú:

    format: [tag:números]

    [tag:números]

  • Encoded in hexadecimal (%FA):

    format: [tag:n%FAmeros]

    [tag:n%FAmeros]

  • Encoded in HTML (ú or ú):

    format: [tag:números]

    [tag:números]

So, the best thing would be using HTML encoding when writing the URL. However, this would make users search the encoding of the desired character, and users might not know how to do this. Thus, my opinion is that we should ask SO to implement that an with URL an accent that is not encoded works:

The user writes:

buscon.rae.es/draeI/SrvltConsulta?TIPO_BUS=3&LEMA=número

It shows:

http://buscon.rae.es/draeI/SrvltConsulta?TIPO_BUS=3&LEMA=número

In tags, it depends on how they are finally translated, but my opinion is that accents should work.

Do you feel this is important for the site, should make users to encode accents (or edit them), or should we ask to implement this feature (or fix the bug)?

share
You shouldn't often post "naked" URLs anyway. They're not user friendly. Better is something like RAE dictionary for "número". – hippietrail Jun 8 '12 at 9:15
2  
@hippietrail I always try to format as you, but that's not my point ;) The thing is using a diacritic without encoding doesn't work. – JoulSauron Jun 8 '12 at 9:20
Yes that part is a valid bug. I think you should file it as a bug report on meta.SO - it may even already be there. – hippietrail Jun 8 '12 at 9:21
1  
Related MSO post/bug report: meta.stackoverflow.com/q/135142/165502 – Flimzy Jun 8 '12 at 18:58
1  
This is part of our ongoing work to better support unicode characters on our sites in general. :) – Aarthi Oct 23 '12 at 21:54

You must log in to answer this question.

Browse other questions tagged