realnus
New Member

Turkey
77 Posts |
Posted - 01 July 2005 : 19:27:37
|
Hi , I have a snitz 3.4.04 installed. I have combined my chat rooms with forumnames. The users are able to enter chat after logging to forum .So , They join to chat by their forum usernames. I am using ircd for chat rooms (with java ). The problem is that irc doesn't support turkish characters and many of the nicknames are displayed half or they are not accepted by ircd . For example ;
username : yaðýz ....> is displayed as ya . or ; username : þeker ....> user can not log in to chat !
Even one more thing is that those characters ©®™£ ¥ € are not accepted by chat too .
I have tried to fix it in register.asp by the code block below
Function IsValidString(sValidate) Dim sInvalidChars Dim bTemp Dim i ' Disallowed characters sInvalidChars = ".~!#$%^&*()=+{}[]|\;?>,<'"
if I add the turkish characters to sInvalidChars , they become smilar characters. FOr example þ = s ç = c ð = g © = & c opy; (I have to write with spaces, becouse it becomes special character) ® = & r eg; (as copyrigth above ) ™ = #8482; ...etc.
In special characters for ex. © , the characters &,c,o,p,y are becoming invalid !!
I have searched the archives but I couln't find a way to fix this . Only this link is about it http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=10447&SearchTerms=turkish but there is not a solving ...
Any Ideas ?
|
Edited by - realnus on 01 July 2005 19:32:00 |
|