Our scripts take the category name and class title name from the database and use that to name those html pages and as the name of the link to those pages. We would need to look at removing the apostrophe during these steps of file creation and link creation in order to get working. The browser cannot process a link to a file with an apostrophe, thus the NOT FOUND message We need to find out what it would take to do this. What the specific limitations are, what's possible, etc. with the existing Perl scripting. If necessary, look at other options. Perl can handle apostrophes. The solution may be having the apostrophes in the text that the person sees, but not in the actual hyperlink reference/file name. Please reply meback the solution. Thanks, Dora

In reply to Perl to show up ' in the tile using perl script for more than 100 titles which should have a ' in the titles by Anonymous Monk

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.