International characters in forum name.. [message #26134] |
Wed, 06 July 2005 06:14 |
willy
Messages: 24 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
I try to create forum wich name contains international characters (iso8859-2) like "ő" or "ű" but htmlspecialchars modify #&337; to #&337;.
Have any idea to prevent this situation?
|
|
|
|
|
|
|
Re: International characters in forum name.. [message #26161 is a reply to message #26158] |
Wed, 06 July 2005 20:19 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The reason description allows HTML input is to give the admin freedom to put ANY desired information like banners and so on for the forum.
The name on the otherhand is used in many places aside from the front page, like select boxes and so on, which is why it is filtered through htmlspecialchars().
Is your default theme using iso8859-2, if not that's probably the issue.
FUDforum Core Developer
|
|
|
|
Re: International characters in forum name.. [message #26168 is a reply to message #26163] |
Wed, 06 July 2005 21:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Ok, let me ask you this:
1) When the default theme was using english theme and the name was encoded, how did it present a problem?
2) Did the letters appear incorrectly on the admin control and the forum pages or just on one of them?
FUDforum Core Developer
|
|
|
Re: International characters in forum name.. [message #26179 is a reply to message #26168] |
Thu, 07 July 2005 17:35 |
willy
Messages: 24 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
Ilia wrote on Wed, 06 July 2005 23:51 | Ok, let me ask you this:
1) When the default theme was using english theme and the name was encoded, how did it present a problem?
2) Did the letters appear incorrectly on the admin control and the forum pages or just on one of them?
|
The problem solved. Thanks. Next week i install a test version of fudforum and try out what's happend.
(full details posted)
|
|
|