August 2016
Intermediate to advanced
610 pages
11h 55m
English
The ability to access the entire Unicode character set opens up many new possibilities for rendering complex characters, especially characters in alphabets other than Latin-1.
U+202E Unicode character for right-to-left override. The following line of code prints txet desreveR:echo "\u{202E}Reversed text";
echo "\u{202D}"; // returns output to left-to-rightDon't forget to invoke the left-to-right override character, U+202D, when finished!
ñ (the letter n with ...Read now
Unlock full access