» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with ASCII + Unicode

'native2ascii' - Native-to-ASCII Encoding Converter

This chapter provides tutorial notes on the native-to-ASCII encoding converter 'native2ascii'. Topics include 'native2ascii' command options, default encoding CP1252 used by 'javac', converting UTF-8 characters into \udddd Unicode code sequences, converting \udddd sequences back to native encodings.

User:Staple: Java Tool Tutorials

ASCIItoUnicode :: Firefox Add-ons

Converts selected ASCII to Unicode with right-click - Actually, converts to HTML character codes.

Firefox: del.icio.us/tag/firefox

Superscripts and Subscripts - 2070-209F

Superscripts and Subscripts - Block: 2070 - 209F

XML: del.icio.us/tag/xml

Paragraphs, Lines, and Phrases

lines paragraphs spaces white space w3c all kindza stuff

W3C: Del.icio.us W3C Tags

Jarmor (Java ASCII armor)

ASCII armors are data converters between binary format and textual format. Jarmor is a tiny collection of java filters implementing ASCII armors.

opensource: del.icio.us tag/opensource

uni2ascii

uni2ascii and ascii2uni convert between UTF-8 Unicode and any of a variety of 7-bit ASCII equivalents including: hexadecimal and decimal HTML numeric character references, u-escapes, standard hexadecimal, and raw hexadecimal. Such ASCII equivalents are useful when including Unicode text in program source, when entering text into Web programs that can handle the Unicode character set but are not 8-bit safe, and when debugging.