Author Topic: Characters Blockland Can Handle But TextEdit Can't  (Read 1377 times)

Is this in a package? Sometimes you'll get old syntax errors you've already fixed if you don't execute the package properly

Wait
a loving
minute

That's not a space.
   V
w, "\x7E");

If you don't believe me, copy-paste it into google.
« Last Edit: June 20, 2012, 03:43:39 PM by Ipquarx »

Wait
a ****ing
minute

That's not a space.
   V
w, "\x7E");

If you don't believe me, copy-paste it into google.
Umm, then what is it?

Umm, then what is it?
Well, I copy-pasted the unknown character into notepad++ and it showed "ETB", so i googled "ETB character" and got the ascii "End Transmission Block" control charachter, which can be made by pressing alt+0,2,3 on the keyboard.

Somehow you must've accidently made that in the script, just redo the space between the , and " and it won't give an error anymore.

How would I make the character " appear in an echo?

Edit: Nevermind I got it as soon as I posted this. It would be \x22
« Last Edit: June 21, 2012, 12:10:36 AM by HellsHero »

How would I make the character " appear in an echo?

Edit: Nevermind I got it as soon as I posted this. It would be \x22

Or \“

Oh really?
thanks I understand it better now.

Wait
a loving
minute

That's not a space.
   V
w, "\x7E");

If you don't believe me, copy-paste it into google.

Oh the wonders of lack of technology. I was viewing this thread on a mobile browser that displays a box where the invalid character is since it does not support it. Took me too long to figure out why you couldn't just remove the box character which was outside the quotations.

Oh the wonders of lack of technology. I was viewing this thread on a mobile browser that displays a box where the invalid character is since it does not support it. Took me too long to figure out why you couldn't just remove the box character which was outside the quotations.
Good lord, me too. I sort of thought it was supposed to be there, since it was pretty obvious and everyone else seemed to know more about the topic but didn't mention it
:c

Good lord, me too. I sort of thought it was supposed to be there, since it was pretty obvious and everyone else seemed to know more about the topic but didn't mention it
:c
Mine didn't show a box until I actually copy-pasted the line into a code editor.