mIRC Homepage
Posted By: intr1kit Displaying certain characters *DELETED* - 26/06/03 11:49 AM
Post deleted by intr1kit
Posted By: c0ldfusi0n Re: Displaying certain characters - 26/06/03 12:11 PM
Try to change your font.
Posted By: intr1kit Re: Displaying certain characters - 26/06/03 12:20 PM
They still come out as ?'s.
Posted By: lammkott Re: Displaying certain characters - 26/06/03 12:34 PM
Which font are you using?
Posted By: intr1kit Re: Displaying certain characters - 26/06/03 12:41 PM
Fixedsys

I've tried all the other fonts also but the characters still come out as ?'s.
Posted By: ScatMan Re: Displaying certain characters - 26/06/03 12:54 PM
do u have XP ?
Posted By: intr1kit Re: Displaying certain characters - 26/06/03 12:58 PM
windows 2000 pro
Posted By: ScatMan Re: Displaying certain characters - 26/06/03 01:00 PM
hmm, try to press alt+shift and then try again
Posted By: intr1kit Re: Displaying certain characters - 26/06/03 01:08 PM
nothing
Posted By: CtrlAltDel Re: Displaying certain characters - 26/06/03 01:20 PM
I use win2000 pro .. mirc 6.03 .. fixedsys .. both of those characters display correctly for me
Posted By: pheonix Re: Displaying certain characters - 26/06/03 04:47 PM
exonytes alias does this for most chars:

alias mirc.encode {
var %x, %l 1
while (%l <= $len($1-)) {
if ($hget(msn.enc,$mid($1-,%l,1)) != $null) %x = %x $+ $hget(msn.enc,$mid($1-,%l,1))
else {
if ($mid($1,%l,1) != $chr(32)) %x = %x $+ $mid($1-,%l,1)
else %x = %x $mid($1-,%l,1)
}
inc %l
}
return %x
}

type //echo -a $mirc.encode(chars here) and you should be pleasently surprised smile
Posted By: KingTomato Re: Displaying certain characters - 26/06/03 10:01 PM
omfg---more msn code..... What are we going to do with you pheonix?
Posted By: Poppy Re: Displaying certain characters - 26/06/03 10:20 PM
Quote:
What are we going to do with you pheonix?


Is that a trick question? grin
Posted By: _D3m0n_ Re: Displaying certain characters - 26/06/03 10:46 PM
ok 2 things ........ where is your hash table creation code ... because what uve posted there will give anyone who tries it a surprise ...

1st error will be no such hashtable exists


get that created with something and then we can see if what your actually giving is help or BS
© mIRC Discussion Forums