Jump to content

How to get > when you keep getting ›

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
Hi,
As u can see im very much a newbie in programming, and for the past day, dunno what on earth's happening with this key. When I press Alt+0155, i get a miniscule › whereas to start coding i need a whopping great >.
thanks in advance for solution, and plz excuse newbieness overdose

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
umm... What language? What OS? And why are you even doing that?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
= 226 = Not ASCII = Windows ANSI
> = 62 = Standard ASCII, try ALT+62

Refer to ANSI/ASCII tables:
ANSI: ANSI character set and equivalent Unicode and HTML characters
ASCII: Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion

Question: Are you using by default a non-english/european character set? You're wishing to type the two symbols manually with ALT?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#4
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
i'm on windows vista, spanish from spain
yes, i want to get > typing them manually into alt+ numbers
logitech ex100??
reason i guess is cuz i need it to write html, for starters
help plz! do i have to change to ANSI, or am i already on ANSI?
if i'm on ASCII, what does
62 Dec
3E Hex
076 Oct
? Html

mean?

Don't worry, just as i was writing this, i discovered i have < and > already on the keyboard without alt, in the bottom left hand corner. amazing i discover that now after two days looking.
However, i still would like to know the meaning of those things on the ASCII graph, and to kno if im on ANSI or ASCII. that way ill learn if i ever need to alt+ something what to do with my keyboard.

thanks

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
ASCII is a subset of ANSI, which defines characters 0 - 127. ANSI will vary from language to language and country to country.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
onething

onething

    Programmer

  • Members
  • PipPipPipPip
  • 118 posts
btw found it, thanks, alt+62 works for me so i must be on ascii
cheers