found a bug i think

Archive of all threads restored from the backup after the forum hijack
Locked
guest:)

found a bug i think

Post by guest:) »

my friend is saying he sees Å•Å•Å•Å•Å•Å• at the end of what i type
Bruners

Post by Bruners »

That is when you are typing the letter ø +letter
Guest

Post by Guest »

ive never typed out "ø"
Henke

reply

Post by Henke »

it is when u type ? *questionmark*
pred

Post by pred »

yes, it is "?", and it's very bothering when you type a URL with gets..

it can be fixed like this:
in the mIRC editor edit msn.mrc

at line 410 or so, there's a very long $replacecs() that looks like this:
$replacecs($1- ,Ã¥,Ã¥,ä,ä,ö,ö,Ã…,Ã…,Ä,Ä,Ö,Ö,?,Å•,õ,õ,ü,ü,á,á,é,é,$chr(32),$+($chr(37),20),è,è,à,$+(Ã,$chr(160)),ç,ç,ê,ê,ù,ù,ë,ë,ï,ï,É,É,À,À,È,È,ô,ô,â,â,°,ð,ñ,ñ,Ñ,Ñ,á,á,é,é,í,í,ó,ó,ú,úÃÂ
Jimmy Giggles

weird ascii problem

Post by Jimmy Giggles »

I had very weird ascii problems with my IRC script for a long time. I found out that it is a bug with either irc, or windows.. I changed my window font settings to US. And haven't seen the problem since.

Hope this helps,

Tony
BloodyLoony

Post by BloodyLoony »

Actually the repacecs() has a ? -> Å•
So you can really just remove that one instead of adding it there in the end - I don't know if tha ? -> Å• is need for other languages, but if not I guess it's a little bug.
Locked