
-----------------------------------
edwardz
Fri Feb 27, 2009 9:50 pm

Reading Code
-----------------------------------
Everytime I read code, instead of :, or some other symbol..i get these abstract short forms

":" instead of ":"

Is this a language pack thing?

-----------------------------------
saltpro15
Fri Feb 27, 2009 9:56 pm

RE:Reading Code
-----------------------------------
":" instead of ":" 

what's the difference ? :S

-----------------------------------
edwardz
Fri Feb 27, 2009 10:00 pm

Re: Reading Code
-----------------------------------
& # 5 8 ;

That. When ever it is posted, it turns into that. Try it yourself~ Without the spaces.

-----------------------------------
saltpro15
Fri Feb 27, 2009 10:07 pm

RE:Reading Code
-----------------------------------
hmm, interesting...

-----------------------------------
edwardz
Fri Feb 27, 2009 10:17 pm

RE:Reading Code
-----------------------------------
Know a solution?Hahah

-----------------------------------
Dan
Fri Feb 27, 2009 10:21 pm

RE:Reading Code
-----------------------------------
[jedi mind trick]
You are just seeing things. You will look again and everything is fine.
[/jedi mind trick]

-----------------------------------
Insectoid
Fri Feb 27, 2009 10:21 pm

RE:Reading Code
-----------------------------------
: *test*

Edit: Hmm, interesting. Nice find. I'd say it's something like #{ } in ruby strings (or many other languages). &# could be an identifier for a symbol in a string. I believe this could be a way of hacking websites. Very likely it could be. 

Dan, nice timing :P

-----------------------------------
TheGuardian001
Fri Feb 27, 2009 10:30 pm

Re: Reading Code
-----------------------------------
things starting with an ampersand (&) generally represents characters such as > < " etc in HTML. sometimes this screws up and shows the codes instead of the character. Not really sure if anything can fix this.

-----------------------------------
edwardz
Sat Feb 28, 2009 2:52 am

Re: Reading Code
-----------------------------------
You're right..it did go away..thakns guys
