[alreq] new commits pushed by behnam

The following commits were just pushed by behnam to https://github.com/w3c/alreq:

* Update character tables by using number symbols

Following the discussion at #49, I updated the generation scripts to
go through number symbols part of the CLDR (using ICU4J) to add some
missing punctuations.
  by Mostafa Hajizadeh
https://github.com/w3c/alreq/commit/9c5d22c00a40a3ef89bced077e2cad26448279b4

* Use character name for alt text of control characters

In the character tables, control characters are represented by images,
but the alt texts of the images are the characters themselves, which can
not be read. This update changes the alt texts to the names of the
characters.

Fixes #66.
  by Mostafa Hajizadeh
https://github.com/w3c/alreq/commit/7890cff50a8d5fa3e7b80965e91a73d7e1487148

* New language symbols for the character tables

The old symbols were not obvious enough. This new symbols help are
easier to understand.

This fixes #52.
  by Mostafa Hajizadeh
https://github.com/w3c/alreq/commit/d4d77b004979e263fcf82025054947e9eeeebcb5

* Character tables: add tooltip for language columns

Small tooltips appear when hovering over language symbols to better
eplxain them.
  by Mostafa Hajizadeh
https://github.com/w3c/alreq/commit/2529e63187f4afa7389df7a6b624b8824efa1593

* Character tables: Don't exclude ASCII

ASCII characters (U+0000 - U+007F) were being excluded out of our
character tables. This commit reverts that.

This solves a few of the problems mentioned in #49.
  by Mostafa Hajizadeh
https://github.com/w3c/alreq/commit/a2aad5eed6f727617c2947f812dc114b4cbe4029

* Merge pull request #89 from mostafah/update-char-tables

Updates to character tables
  by Behnam Esfahbod
https://github.com/w3c/alreq/commit/d85453ecf898be8ff55844e6a152d8d043e40c27

Received on Tuesday, 7 March 2017 16:36:46 UTC