Add codepoint translation status chart

This is intended to give the pending codepoints for translation at a
quick glance.
feature/alt_lookup_engine
nirenjan 2016-10-08 17:33:19 -07:00
parent c9dd29199d
commit 4532c0d868
1 changed files with 36 additions and 0 deletions

View File

@ -21,6 +21,42 @@
# to add any such "close matches", you will need to explicitly list them
# in the list below.
# The following chart indicates which glyphs in the character map have been
# listed below, it is intended to give at a quick glance what additional
# characters need to be mapped. Rows are the lower nibble, columns are the
# higher nibble.
# NOTE TO MAINTAINERS: Update the chart below when you add new codepoints to
# the translation list.
# LEGEND
# ======
# ? - Needs to be mapped
# * - Already mapped
# x - There is no mapping for this (0x00-0x07)
# +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
# | \ | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F |
# +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
# | 0 | x | ? | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | ? |
# | 1 | x | ? | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | ? |
# | 2 | x | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | ? |
# | 3 | x | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | ? |
# | 4 | x | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | ? |
# | 5 | x | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | * |
# | 6 | x | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | * |
# | 7 | x | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | ? | * |
# | 8 | ? | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | ? | * |
# | 9 | * | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | * |
# | A | * | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | * |
# | B | * | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | * |
# | C | * | * | * | * | * | ? | * | * | * | * | ? | ? | ? | ? | * | * |
# | D | ? | * | * | * | * | * | * | * | * | * | ? | ? | ? | ? | * | * |
# | E | * | * | * | * | * | * | * | ? | * | * | ? | ? | ? | ? | * | * |
# | F | * | * | * | * | * | * | * | ? | * | * | ? | ? | ? | ? | * | * |
# +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
# Map starts below
# ----------------------------------------------------------------------------
# Printable ASCII Range - These map directly onto their respective code points
# except where specified.
0x0020 0x20