Changeset 3017
- Timestamp:
- 04/11/11 00:41:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dc1redirect/index.php
- Property svn:mime-type set to text/plain; charset=iso-8859-15
r3016 r3017 97 97 98 98 $str = strtr($str, 99 "ÀÁÂÃÄÅàáâãäåÇçÒÓÔÕÖØòóôõöøÈÉÊËèéêëÌÍÎÏìíîïÙÚÛÜùúûü ¾ÝÿýÑñ",99 "ÀÁÂÃÄÅàáâãäåÇçÒÓÔÕÖØòóôõöøÈÉÊËèéêëÌÍÎÏìíîïÙÚÛÜùúûüŸÝÿýÑñ", 100 100 "AAAAAAaaaaaaCcOOOOOOooooooEEEEeeeeIIIIiiiiUUUUuuuuYYyyNn"); 101 101 102 102 $str = str_replace('Æ','AE',$str); 103 103 $str = str_replace('æ','ae',$str); 104 $str = str_replace(' ¼','OE',$str);105 $str = str_replace(' ½','oe',$str);104 $str = str_replace('Œ','OE',$str); 105 $str = str_replace('œ','oe',$str); 106 106 107 107 $str = preg_replace('/[^a-z0-9_\s\'\:\/\[\]-]/','',strtolower($str));
Note: See TracChangeset
for help on using the changeset viewer.