ASCII to Windows numToChar List

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
deeverd
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 165
Joined: Mon Jul 16, 2007 11:58 pm
Location: Las Vegas, NV

ASCII to Windows numToChar List

Post by deeverd » Sun Jul 29, 2007 9:18 pm

Hello Windows Forum,

I recently needed some help in finding and getting rid of "rounded quotation marks" that were plaguing me in a program I was writing. After being kindly informed about the numToChar script, I spent some hours going through numbers from 0 to over 300. The following list is a compilation of the useful information that I found (all the numbers that generated a character in Revolution), and which is specific to my Windows XP platform. Hopefully somebody else can use this information as well, and maybe this will spare them from having to input each numToChar one at a time with a "put command" to see what they get.

All the best from a newbie, deeverd

ASCII to Windows numToChar List:
numToChar(9) -- Tab
numToChar(10) -- CR
numToChar(32) -- space
numToChar(33) -- !
numToChar(34) -- " (ASCII straight double quote)
numToChar(35) -- #
numToChar(36) -- $
numToChar(37) -- %
numToChar(38) -- &
numToChar(39) -- ' (ASCII straight single quote)
numToChar(40) -- (
numToChar(41) -- )
numToChar(42) -- *
numToChar(43) -- +
numToChar(44) -- ,
numToChar(45) -- -
numToChar(46) -- .
numToChar(47) -- /
numToChar(48) -- 0
numToChar(49) -- 1
numToChar(50) -- 2
numToChar(51) -- 3
numToChar(52) -- 4
numToChar(53) -- 5
numToChar(54) -- 6
numToChar(55) -- 7
numToChar(56) -- 8
numToChar(57) -- 9
numToChar(58) -- :
numToChar(59) -- ;
numToChar(60) -- <
numToChar(61) -- =
numToChar(62) -- >
numToChar(63) -- ?
numToChar(64) -- @
numToChar(91) -- [
numToChar(92) -- \
numToChar(93) -- ]
numToChar(94) -- ^
numToChar(95) -- _ (underscore)
numToChar(96) -- ` (apostrophe)
numToChar(123) -- {
numToChar(124) -- |
numToChar(125) -- }
numToChar(126) -- ~
numToChar(128) -- €
numToChar(130) -- , (comma again)
numToChar(131) -- Æ’
numToChar(132) -- „
numToChar(133) -- …
numToChar(134) -- †
numToChar(135) -- ‡
numToChar(136) -- ˆ
numToChar(137) -- ‰
numToChar(138) -- Å 
numToChar(139) -- ‹
numToChar(140) -- Å’
numToChar(142) -- Ž
numToChar(145) -- ' (left single quote)
numToChar(146) -- ' (right single quote)
numToChar(147) -- " (left rounded quote)
numToChar(148) -- " (right rounded quote)
numToChar(149) -- • (bullet)
numToChar(150) -- – (short dash)
numToChar(151) -- — (long dash)
numToChar(152) -- ˜
numToChar(153) -- â„¢
numToChar(154) -- Å¡
numToChar(155) -- ›
numToChar(156) -- Å“
numToChar(158) -- ž
numToChar(159) -- Ÿ
numToChar(160) – space (again)
numToChar(161) -- ¡
numToChar(162) -- ¢
numToChar(163) -- £
numToChar(164) -- ¤
numToChar(165) -- ¥
numToChar(166) -- ¦
numToChar(167) -- §
numToChar(168) -- ¨
numToChar(169) -- ©
numToChar(170) -- ª
numToChar(171) -- «
numToChar(172) -- ¬
numToChar(173) -- ­
numToChar(174) -- ®
numToChar(175) -- ¯ (high dash)
numToChar(176) -- ° (degrees)
numToChar(177) -- ±
numToChar(178) -- ²
numToChar(179) -- ³
numToChar(180) -- '
numToChar(181) -- µ
numToChar(182) -- ¶
numToChar(183) -- •
numToChar(184) -- ¸
numToChar(185) -- ¹
numToChar(186) -- º
numToChar(187) -- »
numToChar(188) -- ¼
numToChar(189) -- ½
numToChar(190) -- ¾
numToChar(191) -- ¿
numToChar(192) -- À
numToChar(193) -- Ã
Last edited by deeverd on Mon Jul 30, 2007 7:52 pm, edited 1 time in total.

deeverd
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 165
Joined: Mon Jul 16, 2007 11:58 pm
Location: Las Vegas, NV

Emoticons on the Previous Posting

Post by deeverd » Sun Jul 29, 2007 9:22 pm

BTW,

I have no idea why several smiley emoticons appeared on the posting I just submitted. For some strange reason, they popped into several places where the number "8" should have been.

deeverd

Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett » Sun Jul 29, 2007 11:44 pm

Use the code button/tag to enclose such things, that'll keep the smiley's from kicking in.

xApple
Posts: 113
Joined: Wed Nov 29, 2006 10:21 pm
Location: Geneva

Post by xApple » Mon Jul 30, 2007 8:23 am

Or, just check the box "Disable Smiles in this post", which you can still do now by clicking "Edit this post".

deeverd
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 165
Joined: Mon Jul 16, 2007 11:58 pm
Location: Las Vegas, NV

Disable Smileys

Post by deeverd » Mon Jul 30, 2007 7:55 pm

Thanks,

I had no idea I could edit a posting after submitting it. That definitely took care of the Smilies.

One quick question: I also see the checkbox for "disable BBCode." What is BBCode and should I disable it?

xApple
Posts: 113
Joined: Wed Nov 29, 2006 10:21 pm
Location: Geneva

Post by xApple » Tue Jul 31, 2007 3:31 am

When writing your reply, if you observe the interface closely you will see a link marked "BBCode" pointing here:
http://forums.runrev.com/phpBB2/faq.php?mode=bbcode

deeverd
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 165
Joined: Mon Jul 16, 2007 11:58 pm
Location: Las Vegas, NV

BBCode

Post by deeverd » Thu Aug 02, 2007 8:00 pm

Wow! BBCode is pretty cool.

I just cut and pasted a small portion of the information of what BBCode can do in a posting for newbies such as myself who never knew about it before, but for much more detailed information on the possibilities, it’s best to review the following link that was kindly provided by xApple in the post up above.

http://forums.runrev.com/phpBB2/faq.php?mode=bbcode#0


What is BBCode?
BBCode is a special implementation of HTML. Whether you can actually use BBCode in your posts on the forum is determined by the administrator. In addition, you can disable BBCode on a per post basis via the posting form. BBCode itself is similar in style to HTML: tags are enclosed in square braces [ and ] rather than < and > and it offers greater control over what and how something is displayed. Depending on the template you are using you may find adding BBCode to your posts is made much easier through a clickable interface above the message area on the posting form. Even with this you may find the following guide useful.

How to create bold, italic and underlined text
BBCode includes tags to allow you to quickly change the basic style of your text. This is achieved in the following ways:
• To make a piece of text bold enclose it in , eg.

Hello

will become Hello
• For underlining use , for example:

Good Morning

becomes Good Morning
• To italicise text use , eg.

This is Great!

would give This is Great!


P.S. It does a lot more than just bold, underlining, and italics.
Cheers, deeverd

Post Reply

Return to “Windows”