PDA

View Full Version : ascii value of registered


ecnarongi
01-30-2004, 05:51 PM
does anyone know the ascii vlaue of "®"? All help is appreciated, thanks.

bcarl314
01-30-2004, 05:55 PM
Try & # 174;

ecnarongi
01-30-2004, 07:49 PM
I've tried that, I don't need the html representation I need the ascii value which looks like it should be 174 but it is not. the ascii value for 174 is «. and I can grab it out of another program ® so there must be an ascii equiv. Please help, thanks.

wox3-iO
01-31-2004, 10:56 AM
You could've Googled this before posting this thread.

Table of ASCII Characters (http://web.cs.mun.ca/~michael/c/ascii-table.html)

That should help you out. I recommend bookmarking it.

ecnarongi
02-02-2004, 07:37 PM
WOW, I did a google search and I came up with http://www.asciitable.com/ which is a much more comprehensible table than the one you provided, and still I got no where. But thanks though.