View previous topic :: View next topic |
Author |
Message |
Shinmizu Staff Member
Joined: 24 Jan 2002 Location: Stuck in a Klein bottle |
0. Posted: Tue Nov 30, 2004 11:46 pm Post subject: How about moving the board from ISO-8859-1 to UTF-8, eh? |
|
|
ISO-8859-1 is soooo primitive. (Not to mention that sticking with it really makes no sense in this era of 2K/XP/international_Unicode_badger goodiness.) _________________
For a Good time, call 555-1212 and ask for Susan. For a Great time, call 555-3487 and ask for Mindy. For a Perfect time, call 555-6341 and ask for Stephanie. For a Marvelous time, call 555-6341 and ask for Stephanie's mom. |
|
Back to top |
|
|
J Dogg Administrator
Joined: 16 Jan 2002 Location: Sunnyvale, CA |
1. Posted: Tue Nov 30, 2004 11:56 pm Post subject: |
|
|
How does one do this? _________________
|
|
Back to top |
|
|
Shinmizu Staff Member
Joined: 24 Jan 2002 Location: Stuck in a Klein bottle |
2. Posted: Wed Dec 01, 2004 12:05 am Post subject: |
|
|
I couldn't tell you the specifics. On my Apache server, it was as simple as changing the DefaultCharset setting to UTF-8 (since ASCII's a subset of UTF-8, it shouldn't require any rewrites of pages). Jason would probably know the specifics for this site. _________________
For a Good time, call 555-1212 and ask for Susan. For a Great time, call 555-3487 and ask for Mindy. For a Perfect time, call 555-6341 and ask for Stephanie. For a Marvelous time, call 555-6341 and ask for Stephanie's mom. |
|
Back to top |
|
|
VxJasonxV Maniac Member
Joined: 08 Feb 2002 Location: Castle Rock, CO |
3. Posted: Wed Dec 01, 2004 12:10 am Post subject: |
|
|
O_o, just curious on why you think I know more than the server owner/admin?
My /etc/apache2/conf/commonapache2.conf wrote: | #
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
# of your web site, should you ever want it. Specifying it as
# a default does little harm; as the standard dictates that a page
# is in iso-8859-1 (latin1) unless specified otherwise i.e. you
# are merely stating the obvious. There are also some security
# reasons in browsers, related to javascript and URL parsing
# which encourage you to always set a default char set.
#
AddDefaultCharset ISO-8859-1 |
AddDefaultCharset UTF-8?
I'm looking for more instances of ISO-8859-1 right now. _________________
|
|
Back to top |
|
|
Shinmizu Staff Member
Joined: 24 Jan 2002 Location: Stuck in a Klein bottle |
4. Posted: Wed Dec 01, 2004 12:21 am Post subject: |
|
|
VxJasonxV wrote: | O_o, just curious on why you think I know more than the server owner/admin? |
Umm, aren't you the PHPBB2 guy? (I keep seeing these "<VxJasonxV>This feature will be in phpBB version something or other</VxJasonxV>," so I thought you were more involved with the server than most others on the team.) _________________
For a Good time, call 555-1212 and ask for Susan. For a Great time, call 555-3487 and ask for Mindy. For a Perfect time, call 555-6341 and ask for Stephanie. For a Marvelous time, call 555-6341 and ask for Stephanie's mom. |
|
Back to top |
|
|
VxJasonxV Maniac Member
Joined: 08 Feb 2002 Location: Castle Rock, CO |
5. Posted: Wed Dec 01, 2004 12:29 am Post subject: |
|
|
phpBB2 yes, but Apache =/= phpBB2.
There is a phpBB change to be made though.
phpBBroot/language/lang_english/lang_main.php:
$lang['ENCODING'] = 'iso-8859-1'; -> $lang['ENCODING'] = 'utf-8';
The title lives on . _________________
|
|
Back to top |
|
|
|