diff options
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/gen_atlas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Scripts/gen_atlas b/Scripts/gen_atlas index a3fac72..7400013 100755 --- a/Scripts/gen_atlas +++ b/Scripts/gen_atlas @@ -69,9 +69,9 @@ CHAR_RANGES = [ (0x0370, 0x03ff), # greek and coptic (0x0400, 0x04ff), # cyrillic (0x0500, 0x052f), # cyrillic supplement - (0x0530, 0x058f), # armenian - (0x0590, 0x05ff), # hebrew - (0x0600, 0x06ff), # arabic + #(0x0530, 0x058f), # armenian + #(0x0590, 0x05ff), # hebrew + #(0x0600, 0x06ff), # arabic ] def calculate_grid_size(char_ranges): |
