Create bookmark
Unicode Explained
Notes
Please login to add notes
- Table of Contents
- + Preface
-
+
Part I. Working with Characters
-
+
Chapter 1. Characters as Data
- + Introduction to Characters and Unicode
-
+
What’s in a Character?
- Why Do We Need to Know About Characters?
- + Characters as Units of Text
- Characters Versus Images
- Processing of Characters
- + Giving Identity to Characters
- Unicode Definitions of Characters
- Definitions of Characters Elsewhere
- What’s in a Name?
- Should We Be Strict About the Meanings of Characters?
- Ambiguity Among Characters
- How Do I Find My Character?
- Which Characters Does Each Language Use?
- Variation of Writing Systems
- + Glyphs and Fonts
- + Definitions of Character Repertoires
- + Numbering Characters
- + Encoding Characters as Octet Sequences
- + Working with Encodings
- + Working with Fonts
- + Summaries
- + Chapter 2. Writing Characters
-
+
Chapter 3. Character Sets and Encodings
-
+
Chapter 1. Characters as Data
-
+
Part II. A Systematic Look at Unicode
-
+
Chapter 4. The Structure of Unicode
-
+
Design Principles
- Versions of Unicode
- + Coding Space
- + Unicode Terms
-
+
Guide to the Unicode Standard
- + Unicode and Fonts
- + Criticism of Unicode
- + Questions and Answers
-
+
Design Principles
-
+
Chapter 5. Properties of Characters
-
+
Chapter 6. Unicode Encodings
-
+
Chapter 4. The Structure of Unicode
-
+
Part III. Advanced Unicode Topics
- + Chapter 7. Characters and Languages
-
+
Chapter 8. Character Usage
- + Basics of Character Usage
-
+
ASCII (Basic Latin)
- Names of ASCII Characters
- Alphanumeric Characters
- Parentheses
-
+
Other Graphic Characters
- Ampersand & (U+0026)
- Apostrophe ' (U+0027)
- Asterisk * (U+002A)
- Circumflex accent ^ (U+005E)
- Colon : (U+003A)
- Comma , (U+002C)
- Dollar sign $ (U+0024)
- Commercial at @ (U+0040)
- Equals sign = (U+003D)
- Exclamation mark ! (U+0021)
- Full stop “.” (U+002E)
- Grave accent ` (U+0060)
- Greater-than sign > (U+003E)
- Hyphen-minus “-” (U+002D)
- Less-than sign < (U+003C)
- Low line _ (U+005F)
- Number sign # (U+0023)
- Percent sign % (U+0025)
- Plus sign + (U+002B)
- Question mark ? (U+003F)
- Quotation mark " (U+0022)
- Reverse solidus \ (U+005C)
- Semicolon ; (U+003B)
- Solidus / (U+002F)
- Space “ ” (U+0020)
- Tilde ~ (U+007E)
- Vertical line | (U+007C)
- + ASCII Control Characters (C0 Controls)
- + Latin-1 Supplement (ISO 8859-1)
- Other Latin Letters
- + Other European Alphabetic Scripts
- + Diacritic Marks
- Letterlike Symbols
-
+
General Punctuation
- + Line Structure Control
- + Mathematical and Technical Symbols
- + Other Blocks
-
+
Chapter 9. The Character Level and Above
-
+
Levels of Text Representation and Processing
- + Plain Text, Rich Text, and Markup
- Example: Nonbreaking Hyphen
- Example: Formatting in Word Processing
- Example: HTML Markup and CSS
- Linear Text Versus Mathematical Notations
- Unicode and Mathematics
- + Characters Outside the Repertoire
- Selecting the Appropriate Level of Expression
- + Subscripts and Superscripts
- + Characters and Accessibility
-
+
Characters and Markup
- + Media Types for Text
-
+
Levels of Text Representation and Processing
-
+
Chapter 10. Characters in Internet Protocols
- + Information About Encoding
-
+
Characters in MIME
- Media Types
- Character Encoding (“charset”) Information
- + MIME Headers
- Troubleshooting Examples
-
+
Character Encoding on the Web
- Headers in HTTP
- Specifying the encoding in HTTP headers
- Which encodings can be used?
- HTTP versus HTML
- Checking the HTTP headers
- Server configuration
- Using a meta tag
- Resolution of conflicts
- The effect of XHTML
- Heuristics of detecting encoding
- Which encoding should I use?
- Avoiding the encoding problem
- The “Unicode Encoded” logo
- + Content Negotiation and Multilingual Sites
- + Characters in Protocol Headers
- + Characters in Domain Names and URLs
-
+
Chapter 11. Characters in Programming
- + Characters in Computer Languages
-
+
Character and String Data
- Constructs and Principles of Processing Characters
- The FORTRAN Model: Hollerith Data
- + The C model
- Unicode with 8-bit Quantities?
- Wide Characters
- Win32 APIs
- Multibyte Character Sets (MBCS) Versus Unicode
- + The Perl Model
- + ECMAScript (JavaScript)
- PHP: Mostly Just 8 Bits
- + Java: Rich Support to Unicode
-
+
The Preparedness Principle
- + Character Input and Output
- + Processing Form Data
-
+
Identifiers, Patterns, and Regular Expressions
- International Components for Unicode (ICU)
- + Using Locales
- + Appendix. Tables for Writing Characters
- Index
Fundamentally, computers just deal with numbers. They store letters and other characters by assigning a number for each one. There are hundreds of different encoding systems for mapping characters to numbers, but Unicode promises a single mapping. Unicode enables a single software product or website to be targeted across multiple platforms, languages and countries without re- engineering. It's no wonder that industry giants like Apple, Hewlett-Packard, IBM andMicrosoft have all adopted Unicode. Containing everything you need to understand Unicode, this comprehensive reference from O'Reilly takes you on a detailed guide through the complex character world. For starters, it explains how to identify and classify characters - whether they're common, uncommon, or exotic. It then shows you how to type them, utilize their properties, and process character data in a robust manner. The book is broken up into three distinct parts. The first few chapters provide you with a tutorial presentation of Unicode and character data. It gives you a firm grasp of the terminology you need to reference various components, including character sets, fonts and encodings, glyphs and character repertoires. The middle section offers more detailed information about using Unicode and other character codes. It explains the principles and methods of defining character codes, describes some of the widely used codes, and presents code conversion techniques. It also discusses properties of characters, collation and sorting, line breaking rules and Unicode encodings. The final four chapters cover more advanced material, such as programming to support Unicode. You simply can't afford to be without the nuggets of valuable information detailed in Unicode Explained.
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Programming Languages > General
Publishers
Publication year : 2006
License: All rights reserved ©
Times read: 2,023

