Recommended Posts

Hey peeps, better option...

Open attached .txt (you will see an empty file)

Do a Crtl+A to select anything (the character is not visible)

Ctrl+V before what will be reversed.

Should work with anything.

You won't have an useless weird symbol anymore....

Reverse_Text_Switch.zip

Ah, that works now. Very strange...

҉What the hell kinda character is that?

҉Test

҉hmm didn't work

I WISH people would USE THE TEXT DOCUMENT ;)

LOOK IT WORKS!

See below attachment.

Open txt file, press CTRL A then CTRL C. open new reply and press CTRL V and then type! woohoo works!

SEE! IT WORKS!

Reverse_Text_Switch.txt

it is a unicode control character for reversing text....not too special

[not a printable character]

U+202B RIGHT-TO-LEFT EMBEDDING

General Character Properties

Unicode category: Other, Format

Various Useful Representations

UTF-8: 0xE2 0x80 0xAB

UTF-16: 0x202B

C octal escaped UTF-8: \342\200\253

? commonly abbreviated RLE

The character is right-to-left-override, as was mentioned previously (not right-to-left-embedding). Right to left embedding (\u202B) will make the line direction right to left but leave the character direction alone? generally you?ll see the effect on punctuation at the end of the sentence. Right to left override (\u202E) forces each character to be treated as though it were right-to-left and makes them follow each other in right-to-left order.

From here http://www.tipotheday.com/2007/08/26/wtf-is-this-character/

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.