gitk: Fix display of copyright symbol
commite7d516b67b02cfc4c18408d2d39118c61345bf6d
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 12 Mar 2010 18:31:49 +0000 (12 18:31 +0000)
committerPaul Mackerras <paulus@samba.org>
Sat, 20 Mar 2010 09:53:21 +0000 (20 20:53 +1100)
tree561f21eb438a6a5a6c8fc1467c9e4359d99210c0
parentadab0dabcc95d02c3ab2076f0db5e5f94b30a96d
gitk: Fix display of copyright symbol

The script file uses utf-8 encoding but when sourced it will be read
using the default system encoding which is never utf8 on windows.
This causes the copyright symbol to display incorrectly in the about
dialog.  Using the unicode escape sequence avoids incorrect decoding
but does require a double escape in the .po files.

Also adjusted the year range.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
po/de.po
po/es.po
po/fr.po
po/hu.po
po/it.po
po/ja.po
po/ru.po
po/sv.po