FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » management screen is broken.
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
management screen is broken. [message #23227] Wed, 09 March 2005 17:19 Go to next message
elf2000 is currently offline  elf2000   Japan
Messages: 22
Registered: July 2004
Location: Japan
Karma: 0
Junior Member
If a multi-byte character is used, a management screen is broken.
A reason is that charset is not specified.
Is there any schedule which specifies this?



--
Tadashi Jokagi

Re: management screen is broken. [message #23230 is a reply to message #23227] Wed, 09 March 2005 18:57 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
what in particular is broken?

FUDforum Core Developer
Re: management screen is broken. [message #23243 is a reply to message #23230] Thu, 10 March 2005 02:19 Go to previous messageGo to next message
elf2000 is currently offline  elf2000   Japan
Messages: 22
Registered: July 2004
Location: Japan
Karma: 0
Junior Member
A display broken.

For example, I used FUDForum in Japanese.
A user screen is displayed by UTF-8.
However, a management screen is displayed by ISO-8859-1.
Naturally the display of a multi-byte letter is correctly impossible.
A reason is that there is no assignation of charset.

Thanks,


--
Tadashi Jokagi

Re: management screen is broken. [message #23244 is a reply to message #23243] Thu, 10 March 2005 02:24 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
If you add character specification of UTF-8 into the admpanel.php script found inside the adm/ directory, does that adequately resolve the problem?

FUDforum Core Developer
Re: management screen is broken. [message #23245 is a reply to message #23244] Thu, 10 March 2005 02:30 Go to previous messageGo to next message
elf2000 is currently offline  elf2000   Japan
Messages: 22
Registered: July 2004
Location: Japan
Karma: 0
Junior Member
yes Laughing ,

<html>
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="StyleSheet" href="adm.css" type="text/css"></head>


--
Tadashi Jokagi

Re: management screen is broken. [message #23252 is a reply to message #23245] Thu, 10 March 2005 14:21 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
fixed in CVS.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Error Log Browser: out of memory
Next Topic: "Move All Selected" and "Delete All Selected"
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon May 06 15:17:24 GMT 2024

Total time taken to generate the page: 0.02714 seconds