lewiscawte / CIA.vc

Automatically exported from code.google.com/p/cia-vc
1 stars 0 forks source link

CIA irc bot does not handle unicode (UTF-8) characters #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If applicable, what steps will reproduce the problem?
1. write a commit message containing symbols like ‘“’, ‘”’, 
‘«’, ‘»’, etc.
2. observe the fact that the CIA irc bot replaces those characters with
“?\226?\128?\156” (or similar).
3.

What is the expected output? What do you see instead?
For the following commit message:

add “newtype” to keywords list

The bot writes:

12:27 < CIA-64> ehamberg * r1095453 trunk/KDE/kdelibs/kate/syntax/data/
(haskell.xml literate-haskell.xml)
12:27 < CIA-64> add ?\226?\128?\156newtype?\226?\128?\157 to keywords list
12:27 < CIA-64> http://websvn.kde.org/?view=rev&revision=1095453

Commit done by git-svn to an svn repository.

Original issue reported on code.google.com by ehamb...@gmail.com on 24 Feb 2010 at 11:33

GoogleCodeExporter commented 9 years ago
(maybe realted to issue 27?)

Original comment by ehamb...@gmail.com on 24 Feb 2010 at 11:34