$utf8 + upsidedown and octatext
mIRC Code
+ 4 likes
Please Register to submit score.
| Average Score | 10.0 (of 2 scores) |
| Date Added | Aug 02, 2009 |
| Last Updated | Aug 02, 2009 |
| Tags | down upside utf8 |
Introduction

This alias will convert the decimal number associated with a utf-8 image to the ascii combinations needed to display it in mIRC. I have no idea why this isn't already included in mIRC ;/
The modular division and binary math needed to do this conversion would require several pages to explain, so I'm not going to bore you with that. If someone would like to discuss the math involved here, please see me in irc.
To make sure utf8 is enabled on your mIRC - Do this first:
Go to Tools - Options - IRC - Messages
Make sure The 6 boxes at the bottom are checked.

If you still are seeing ??? question marks, Right click the channel, on the treebar or the channel box at the bottom/top and click Font.
Under utf8 select Display & Encode.

How to use this?
One way is to use the Character Map program included with windows to find characters that you want to use and use the H2U alias I have included. $H2U() will convert the hexidecimal number that you see in Character Map to mIRC utf8.
I have also included an alias that will show you the characters 1000 at a time.
To try it just type /prnUTF8 1
This will show the characters from 1 to 1001.
If you type /prnUTF8 1000 It will show the next 1000.
You can also use google to find charts with the images and the hexidecimal or decimal numbers.
I also included 2 basic aliases to demonstrate how to use $utf8 and $H2U.
The first one will print your text upsidedown and backwards.
Syntax /flip text or $flip(text)
And the second will print the letters and numbers inside a octagon.
Syntax /Octatext text or $octatext(text)
I really should explain this more, but I almost fried my brain figuring this one out ;/
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 3, 2009 2:31 am
Posted on Aug 3, 2009 2:31 am
Nice script FordLawnmower..and i feel funny to see the text flip/octat..and looks neat too..
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 3, 2009 3:27 am
Posted on Aug 3, 2009 3:27 am
neat and sweet :) thanks
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 3, 2009 10:40 am
Posted on Aug 3, 2009 10:40 am
errrr ... !
this is gotta be the most bizzare thing i have seen yet lol..
awesome
gets a like and a 10 just for the sheer wtf factor lol
this is gotta be the most bizzare thing i have seen yet lol..
awesome
| Quote: |
04<04:36pm> <Cheiron> ˙˙˙˙ʇxəʇ ppo 04<04:36pm> <Cheiron> oops |
gets a like and a 10 just for the sheer wtf factor lol
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 3, 2009 12:23 pm
Posted on Aug 3, 2009 12:23 pm
nice looking clean codes.. 10/10.
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 6, 2009 7:27 pm
Posted on Aug 6, 2009 7:27 pm
O.o :) Thank you everyone :)
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 7, 2009 5:48 pm
Posted on Aug 7, 2009 5:48 pm
you can also use Calibri xP
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 8, 2009 3:26 am
Posted on Aug 8, 2009 3:26 am
You know, the modulus of two numbers is $calc(num1 % num2)
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 8, 2009 8:32 am
Posted on Aug 8, 2009 8:32 am
Nope I didn't know that Gummo. Thanks for the info :) When I finally found a formula that would generate the characters correctly everytime, I quickly made the script without the mod alias. I added the mod alias later to remove some repetition, but I would have never guessed that mIRC had modulus function. Useful information :)
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 9, 2009 8:33 pm
Posted on Aug 9, 2009 8:33 pm
Very good Work !
Its a giant thing with over 200.000 Signs for Show.
Chinese, Arabic all is now easy to bring up on Screen :))
I like it.
Thank you
Its a giant thing with over 200.000 Signs for Show.
Chinese, Arabic all is now easy to bring up on Screen :))
I like it.
Thank you
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 9, 2009 8:49 pm
Posted on Aug 9, 2009 8:49 pm
Thanks }{exer :)
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 30, 2009 2:48 pm
Posted on Aug 30, 2009 2:48 pm
Hey Ford once again love the work. I however have been having this issue for sometime not just with this script but other text characters in mirc. Where all i see is a box when i do the flipped text it is fine but with the octatext all i can see are boxes. Any ideas on what could be causing this ?
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Aug 30, 2009 3:05 pm
Posted on Aug 30, 2009 3:05 pm
Yea nublet, it usually means that the font that contains that language has not been loaded. The cube means unknown character.
You can usually fix this by adding all the languages.
For XP go here -->> http://support.microsoft.com/kb/177561 <-- and scroll down to xp instructions.
For Vista go here -->> http://windowshelp.microsoft.com/Windows/en-US/help/52e368fa-bd32-4749-955e-331f9130889f1033.mspx
I hope this helps nublet :)
You can usually fix this by adding all the languages.
For XP go here -->> http://support.microsoft.com/kb/177561 <-- and scroll down to xp instructions.
For Vista go here -->> http://windowshelp.microsoft.com/Windows/en-US/help/52e368fa-bd32-4749-955e-331f9130889f1033.mspx
I hope this helps nublet :)
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Sep 14, 2009 2:58 pm
Posted on Sep 14, 2009 2:58 pm
as a crazy thought ... you got any more updates planned on this at all to add to it so we can have some more really whacky effects .. or maybe a combination of the octo and the flip intogether.. so it sort of did a random selection of them both in the sentance / word
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Oct 17, 2009 7:15 pm
Posted on Oct 17, 2009 7:15 pm
For an upside down text u could do it like this too:
/alias ud say $regsubex($replacex($regsubex($lower($1-),/(.)/g,$mid(\A,-\n,1)),a,C9 90,b,q,c,C9 94,d,p,e,C7 9D,f,C9 9F,g,C6 83,h,C9 A5,i,C4 B1,j,C9 BE,k,CA 9E,l,CA 83,m,C9 AF,n,u,p,d,q,b,r,C9 B9,t,CA 87,u,n,v,CA 8C,w,CA 8D,y,CA 8E),/([A-F\d]{2}) ([A-F\d]{2})/g,$chr($base(\1,16,10)) $+ $chr($base(\2,16,10)))
u could start it with /ud <ur text here>
/alias ud say $regsubex($replacex($regsubex($lower($1-),/(.)/g,$mid(\A,-\n,1)),a,C9 90,b,q,c,C9 94,d,p,e,C7 9D,f,C9 9F,g,C6 83,h,C9 A5,i,C4 B1,j,C9 BE,k,CA 9E,l,CA 83,m,C9 AF,n,u,p,d,q,b,r,C9 B9,t,CA 87,u,n,v,CA 8C,w,CA 8D,y,CA 8E),/([A-F\d]{2}) ([A-F\d]{2})/g,$chr($base(\1,16,10)) $+ $chr($base(\2,16,10)))
u could start it with /ud <ur text here>
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Oct 17, 2009 8:21 pm
Posted on Oct 17, 2009 8:21 pm
Those bouncing cats are going to make me insane P:
This alias is for utf8 conversion montague. The upsidedown is just One example of it's use.
Cool alias though :) It shows the power of nested regsubex.
Did you make this alias?
If so, could you take a moment to explain it here?
If not I can explain it in my next post.
It took me quite a while to wrap my head around how it works.
Got a headache now ;/
This alias is for utf8 conversion montague. The upsidedown is just One example of it's use.
Cool alias though :) It shows the power of nested regsubex.
Did you make this alias?
If so, could you take a moment to explain it here?
If not I can explain it in my next post.
It took me quite a while to wrap my head around how it works.
Got a headache now ;/
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Oct 31, 2009 12:20 am
Posted on Oct 31, 2009 12:20 am
thanks nice posting
mIRC Snippet:
$utf8 + upsidedown and octatext
Posted on Oct 31, 2009 8:05 pm
Posted on Oct 31, 2009 8:05 pm
Thanks darah :)









