summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2014-12-01 22:19:51 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:23 -0700
commit8f8bee0bdc89cac5f4c28fba36f3495854921110 (patch)
tree18f718eea8e981d34c0b9ed895974187e6fea208 /scripts
parent5ed29bb54cd0153d2a927c4fb12ac5d9095acd38 (diff)
Comment out greek-ext subset.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/subset_for_web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/subset_for_web.py b/scripts/subset_for_web.py
index fa80590..57dc8ce 100644
--- a/scripts/subset_for_web.py
+++ b/scripts/subset_for_web.py
@@ -54,7 +54,7 @@ SUBSETS = {
LATIN + CYRILLIC + range(0x0460, 0x0530) + [0x20B4] +
range(0x2DE0, 0x2E00) + range(0xA640, 0xA6A0)),
'greek': LATIN + range(0x0384, 0x0400),
- 'greek-ext': LATIN + range(0x0384, 0x0400) + range(0x1F00, 0x2000),
+# 'greek-ext': LATIN + range(0x0384, 0x0400) + range(0x1F00, 0x2000),
'latin': LATIN,
'latin-ext': (
LATIN + range(0x0100, 0x0250) +