diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-08 22:30:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-08 22:30:55 +0000 |
commit | 81100672d4de2795c4284cf568383d48955cbdcb (patch) | |
tree | 47e3d403298c2fd50b0ec056f62df5c31925decb /lang/python26/files | |
parent | 6d138c2d46f8ea88c939a76298099dbcf07491af (diff) |
Notes
Diffstat (limited to 'lang/python26/files')
-rw-r--r-- | lang/python26/files/patch-Python2.6-Lib_local.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python26/files/patch-Python2.6-Lib_local.py b/lang/python26/files/patch-Python2.6-Lib_local.py new file mode 100644 index 000000000000..63e722f38839 --- /dev/null +++ b/lang/python26/files/patch-Python2.6-Lib_local.py @@ -0,0 +1,11 @@ +--- Lib/locale.py.foo 2009-05-11 22:57:00.000000000 +0200 ++++ Lib/locale.py 2009-05-11 22:57:23.000000000 +0200 +@@ -601,7 +601,7 @@ + 'tactis': 'TACTIS', + 'euc_jp': 'eucJP', + 'euc_kr': 'eucKR', +- 'utf_8': 'UTF8', ++ 'utf_8': 'UTF-8', + 'koi8_r': 'KOI8-R', + 'koi8_u': 'KOI8-U', + # XXX This list is still incomplete. If you know more |