Results 1 to 2 of 2

Thread: Special character problem

  1. #1
    Join Date
    Dec 2007
    Location
    Paris (France)
    Posts
    9

    Default Special character problem

    Hello,

    I have a problem with the character ' ($#039;) when adding a new link.

    In the fields "Title" and "Description", the character $#039; replaces '.

    The link in the rss feed and the url are also wrong.

    I need to modify the link to that character then disappears.

    Can you help me?



    L'Ortie-Culture sur Florae.fr
    My site about insurance in France...

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    I just updated your website, /lib/link.class.php, line1462-1469.

    Code:
                $$field = htmlspecialchars($outputTags);
              }
    
            }
            else {
              // remove all tags
              if ( !empty($$field))
              $$field = htmlspecialchars(RemoveTags($$field));
    It should work well now. It was using ENT_QUOTES, i just removed this part.

Similar Threads

  1. problem character in url
    By Voyageur in forum INDEXU DELUXE v1.x
    Replies: 4
    Last Post: 12-18-2008, 07:30 AM
  2. Indexu.po - Problem with special character
    By julientartaglia in forum Language Translation
    Replies: 2
    Last Post: 07-29-2008, 02:26 AM
  3. RSS character problem
    By TouchIt in forum v5.x
    Replies: 1
    Last Post: 11-03-2007, 12:02 PM
  4. Character Problem
    By uslanmaz in forum Pre-Sales Questions
    Replies: 9
    Last Post: 07-08-2007, 04:01 PM
  5. Special Character problem
    By chm3 in forum v5.x
    Replies: 3
    Last Post: 03-13-2006, 03:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •