зеркало из https://github.com/mozilla/pjs.git
Add 'ascii' as alias for 'us-ascii'. Bug 383018, patch by Adam Guthrie <ispiked@gmail.com>, r=smontagu, blanket sr=roc
This commit is contained in:
Родитель
b1e6307d99
Коммит
1b8012ed50
|
@ -50,12 +50,12 @@
|
||||||
# 1. key should always be in lower case ascii so we can do case insensitive
|
# 1. key should always be in lower case ascii so we can do case insensitive
|
||||||
# comparison in the code faster.
|
# comparison in the code faster.
|
||||||
# 2. value should be the one used in unicode converter
|
# 2. value should be the one used in unicode converter
|
||||||
# 3. If you want to add more charset, mailto:ftang@netscape.com
|
|
||||||
#
|
#
|
||||||
# 4. If the charset is not used for document charset, but font charset
|
# 3. If the charset is not used for document charset, but font charset
|
||||||
# (e.g. XLFD charset- such as JIS x0201, JIS x0208), don't put here
|
# (e.g. XLFD charset- such as JIS x0201, JIS x0208), don't put here
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ascii=us-ascii
|
||||||
us-ascii=us-ascii
|
us-ascii=us-ascii
|
||||||
ansi_x3.4-1968=us-ascii
|
ansi_x3.4-1968=us-ascii
|
||||||
646=us-ascii
|
646=us-ascii
|
||||||
|
|
Загрузка…
Ссылка в новой задаче