Ignore:
Timestamp:
12/09/08 18:16:48 (3 years ago)
Author:
CrawfordCurrie
Message:

Item253: remove TWikiDrawPlugin hack; analyse, rationalise and document usage of redirectto; Item5926: added encodings that were proposed to make chinese work (they don't break anything AFAICT). Deprecate Foswiki::Func::getRegularExpression (the regex array is published)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Render.pm

    r1206 r1221  
    467467    } 
    468468 
    469     # No need to encode 8-bit characters in anchor due to UTF-8 URL support 
    470  
    471     return $anchorName; 
     469    # There should be no need to encode 8-bit characters in anchor 
     470    # due to UTF-8 URL support. However encoding apparently cures Item5962 
     471 
     472    return Foswiki::urlEncode( $anchorName ); 
    472473} 
    473474 
Note: See TracChangeset for help on using the changeset viewer.