/[corp_html]/inc/class.keywords.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/class.keywords.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Wed Mar 27 16:00:18 2002 UTC revision 1.2 by dpavlin, Thu Mar 28 10:37:04 2002 UTC
# Line 80  class keywords Line 80  class keywords
80          function lower_case()          function lower_case()
81          {          {
82                  $this->str_chaine = strtolower($this->str_chaine);                  $this->str_chaine = strtolower($this->str_chaine);
83                  $this->str_chaine = strtr($this->str_chaine,"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ¹©ðÐèÈæÆ","aaaaaaaaaaaaooooooooooooeeeeeeeeiiiiiiiiuuuuuuuuynnssddcccc");                  $this->str_chaine = strtr($this->str_chaine,"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ¹©ðÐèÈæƾ®","aaaaaaaaaaaaooooooooooooeeeeeeeeiiiiiiiiuuuuuuuuynnssddcccczz");
84          }          }
85                    
86                    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26