In the process of translating About the PerlMonks FAQ in French, I'm stuck in being unable to have node title embedding html accented chars.

The problem comes when nodes are interlinked via [id://nodeid]: The default behaviour during the rendering to html is to generate the link according to the destination node title (as specified in What shortcuts can I use for linking to other information?). Using the functionality is straight forward when language is english, but when speaking another language the pipe syntax ([id://nodeid|title]) is mandatory to keep the correct meaning, even when interlinking nodes of same language.

That mean that I couldn't make a French PerlMonks FAQ entry point without "overloading" all title nodes (very error-prone practice). On the other hand, if throwing away accented chars may keeps node title meaningful for frenchies, I doubt this would be the case for other languages (I won't think about japanese...).

I'm aware that this kind of feature, could be a nightmare to provide as all the binding and searching stuff of Everything is impacted (noticeably, it should have a fallback allowing accented title chars being matched with unaccented search chars).

NB: Looking at my alter-ego FAQ translator (monsieur_champs) writings, it seems that he hadn't been as safest as me letting the browser decide what to do with extended chars, but the purpose was to have the FAQ translated, no?

____
HTH, Dominique
My two favorites:
If the only tool you have is a hammer, you will see every problem as a nail. --Abraham Maslow
Bien faire, et le faire savoir...


In reply to Special & Accented chars in nodes titles ==> [à la française] by dfaure

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.