Posted October 24, 200519 yr alt plus a combination of numpad keys making a new symbol you can program in ahead of time. control panel keyboard doesn't work and i wouldn't do anything in fonts. how do you get that selection box?
October 25, 200519 yr I could've sworn the numpad corresponded to the actual unicode value of the character, but I never checked for sure.
October 25, 200519 yr Author for example, alt+0160 is a false space. what's a list of the commands then?
October 25, 200519 yr its called ascii you will learn it when you leanr programming if you are not smart enough i shall point it out for you http://www.google.ca/search?hl=en&q=alt+codes&btnG=Google+Search&meta= http://www.coloryourprofyle.com/phade/alt.html
October 25, 200519 yr DKay_Is_French said: its called ascii you will learn it when you leanr programming if you are not smart enough i shall point it out for you http://www.google.ca/search?hl=en&q=alt+codes&btnG=Google+Search&meta= http://www.coloryourprofyle.com/phade/alt.html its called unicode, but ya whatever
October 25, 200519 yr Yeah, because every char is 4 bytes on all operating systems by default. :rolleyes: Unicode is just one available charset out of very very many. latin_general_ci ftw
October 25, 200519 yr asterix said: Yeah, because every char is 4 bytes on all operating systems by default. :rolleyes: Unicode is just one available charset out of very very many. latin_general_ci ftw Yeah because the thread starter was talking about every operating system :rolleyes:
October 27, 200519 yr asterix said: He's not the fool who said ASCII chars are "unicode" I don't know what thread you are trying to read, but no one has said that here. Howver fyi, unicode contains all the ascii characters, so even if someone said that they wouldn't be wrong. Fool
October 29, 200519 yr Greeneyes, someone did call [whatever charset it is] ascii :rolleyes: DKay_Is_French said: its called ascii you will learn it when you leanr programming [/url]
October 29, 200519 yr lsd4kids said: Greeneyes, someone did call [whatever charset it is] ascii :rolleyes: well arn't i a silly goat
October 30, 200519 yr greeneyes said: its called unicode, but ya whatever Just because a charset contains all the common ASCII chars (like most do), doesn't mean that ASCII is all of a sudden "called unicode".
October 30, 200519 yr asterix said: Just because a charset contains all the common ASCII chars (like most do), doesn't mean that ASCII is all of a sudden "called unicode". yes, but in this context it is in fact unicode, otherwise I wouldn't have said it :O_o:
October 31, 200519 yr Squirrelly Wrath said: for example, alt+0160 is a false space. what's a list of the commands then? start > programs > accessories > system tools > character map it lists most of them.
November 11, 200519 yr A character on a 32 bit OS is 1 byte. An integer is 4 bytes (32 bit!). Don't mix it.