Cosimo Lupo e05db5c75f [_c_m_a_p] fix compiling of cmap subtable format 6
Fixes https://github.com/googlefonts/fontbakery/issues/551

the `codes` variable needs to be a sorted list of cmap keys, else the following line
```python
codes = range(codes[0], codes[-1] + 1)
```
cannot work properly, since dict keys are unsorted.

Up until 13a08d0c3a59402459875155b7dbd194787fb229, there was a line with
```python
codes.sort()
```
which was deleted for some reason.
2015-06-27 17:01:51 +01:00
..
2015-06-20 00:13:01 +02:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-05-11 17:37:48 +01:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-15 10:56:28 -07:00
2015-04-26 02:01:01 -04:00
2015-06-24 15:30:06 -07:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 00:49:36 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:06:36 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00