Changes between Version 21 and Version 22 of FAQ
- Timestamp:
- 09/08/06 12:21:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v21 v22 150 150 151 151 A: Check out [wiki:doc/auth-server/commonErrors Common error messages displayed on the auth server]. 152 153 == Q: French & Japanese characters are corrupted on the portal pages == 154 155 A: Make sure config.php has the proper locale settings (see the comments in config.php) You may also need to specify Apache's default charset by adding this line in your httpd.conf: 156 157 {{{ 158 AddDefaultCharset UTF-8 159 }}}