| OLD | NEW |
| 1 ######################## BEGIN LICENSE BLOCK ######################## | 1 ######################## BEGIN LICENSE BLOCK ######################## |
| 2 # The Original Code is Mozilla Communicator client code. | 2 # The Original Code is Mozilla Communicator client code. |
| 3 # | 3 # |
| 4 # The Initial Developer of the Original Code is | 4 # The Initial Developer of the Original Code is |
| 5 # Netscape Communications Corporation. | 5 # Netscape Communications Corporation. |
| 6 # Portions created by the Initial Developer are Copyright (C) 1998 | 6 # Portions created by the Initial Developer are Copyright (C) 1998 |
| 7 # the Initial Developer. All Rights Reserved. | 7 # the Initial Developer. All Rights Reserved. |
| 8 # | 8 # |
| 9 # Contributor(s): | 9 # Contributor(s): |
| 10 # Mark Pilgrim - port to Python | 10 # Mark Pilgrim - port to Python |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 Win1251BulgarianModel = { | 220 Win1251BulgarianModel = { |
| 221 'charToOrderMap': win1251BulgarianCharToOrderMap, | 221 'charToOrderMap': win1251BulgarianCharToOrderMap, |
| 222 'precedenceMatrix': BulgarianLangModel, | 222 'precedenceMatrix': BulgarianLangModel, |
| 223 'mTypicalPositiveRatio': 0.969392, | 223 'mTypicalPositiveRatio': 0.969392, |
| 224 'keepEnglishLetter': False, | 224 'keepEnglishLetter': False, |
| 225 'charsetName': "windows-1251" | 225 'charsetName': "windows-1251" |
| 226 } | 226 } |
| 227 | 227 |
| 228 | 228 |
| 229 # flake8: noqa | 229 # flake8: noqa |
| OLD | NEW |