mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2003
Posts: 5
I
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Jun 2003
Posts: 5
Post deleted by intr1kit

Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Try to change your font.


- cF
Dedicated helper for rent.
Joined: Jun 2003
Posts: 5
I
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Jun 2003
Posts: 5
They still come out as ?'s.

Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
Which font are you using?


- Jason
Joined: Jun 2003
Posts: 5
I
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Jun 2003
Posts: 5
Fixedsys

I've tried all the other fonts also but the characters still come out as ?'s.

Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
do u have XP ?

Joined: Jun 2003
Posts: 5
I
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Jun 2003
Posts: 5
windows 2000 pro

Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
hmm, try to press alt+shift and then try again

Joined: Jun 2003
Posts: 5
I
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
I
Joined: Jun 2003
Posts: 5
nothing

Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
I use win2000 pro .. mirc 6.03 .. fixedsys .. both of those characters display correctly for me


I refuse to engage in a battle of wits with an unarmed person. wink
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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


new username: tidy_trax
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
omfg---more msn code..... What are we going to do with you pheonix?


-KingTomato
Joined: Dec 2002
Posts: 843
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 843
Quote:
What are we going to do with you pheonix?


Is that a trick question? grin


Never compare yourself to others - they're more screwed up than you think.
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
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


D3m0nnet.com

Link Copied to Clipboard