From: Steve W. <wai...@us...> - 2001-03-11 17:54:55
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv10120 Modified Files: config.php Log Message: Just fixed a typo in a comment. Index: config.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/config.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** config.php 2001/03/07 16:45:20 1.35 --- config.php 2001/03/11 17:56:36 1.36 *************** *** 102,106 **** // The problem is which locale to set? We would like to recognize all // upper-case characters in the iso-8859-1 character set as upper-case ! // characters --- not just the one's which are in the current $LANG. // // As it turns out, at least on my system (Linux/glibc-2.2) as long as --- 102,106 ---- // The problem is which locale to set? We would like to recognize all // upper-case characters in the iso-8859-1 character set as upper-case ! // characters --- not just the ones which are in the current $LANG. // // As it turns out, at least on my system (Linux/glibc-2.2) as long as |