Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cmap [2020/02/23 11:17]
christian [Monster from the wild]
cmap [2020/02/23 13:33]
christian [Mappings outside the codespace]
Line 129: Line 129:
 ==== Mappings outside the codespace ==== ==== Mappings outside the codespace ====
  
-single byte mappings in a double byte codespace+<code postscript> 
 +%... 
 +1 begincodespacerange 
 +<0000> <FFFF> 
 +endcodespacerange 
 +27 beginbfchar 
 +<20> <0020> 
 +<2E> <002E> 
 +<43> <0043> 
 +<44> <0044> 
 +<45> <0045> 
 +%... 
 +</code> 
 + 
 +Here are single byte mappings in a double byte codespace which is not correct according to the documentation. 
 + 
 +This can be seen often. These illegal mappings are collected into the ''#unmapped'' variable of a Mappings object.
  
 ==== Wrong PostScript ==== ==== Wrong PostScript ====
  • cmap.txt
  • Last modified: 2020/02/23 14:33
  • by christian