Changes

Jump to navigation Jump to search
no edit summary
A code block starts at a code point that is a multiple of 16. The number of code points in each block is also a multiple of 16. Thus, the first code point in a block is of the form 0x''pqrs''0, and the last code point in it is of the form 0x''tuvw''F.
 
The number of code points in a block varies. Some have just 16 code points, and some others have thousands of code points.
 
== ConTeXt names for Unicode blocks ==
 
ConTeXt has its own names for all the Unicode blocks. These names are defined in the source file {{src|char-ini.lua}}. Most of them are obtained by converting the Unicode name of every blocks to the lower case, and removing the spaces between words in the name.
 
== Table of blocks ==
 
{| class="wikitable"
|-
!Block
!Unicode name
!ConTeXt name
!Chart
|-
|0x10100--0x1013F
|Aegean Numbers
|aegeannumbers
![http://www.unicode.org/charts/PDF/U10100.pdf U10100.pdf]
|-
|0x00000--0x0007F
|Basic Latin
|basiclatin
|-
|0x00080--0x000FF
|Latin-1 Supplement
|latinsupplement
|}
51

edits

Navigation menu