Skip to content

Commit

Permalink
Fix incorrect EUCTW_TABLE_SIZE value
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Apr 11, 2017
1 parent 979c56f commit 7e0c343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chardet/euctwfreq.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75

# Char to FreqOrder table ,
EUCTW_TABLE_SIZE = 8102
EUCTW_TABLE_SIZE = 5376

EUCTW_CHAR_TO_FREQ_ORDER = (
1,1800,1506, 255,1431, 198, 9, 82, 6,7310, 177, 202,3615,1256,2808, 110, # 2742
Expand Down

0 comments on commit 7e0c343

Please sign in to comment.