David Moreno Garza wrote: > On Mon, 2005-09-05 at 11:51 +0200, Vedran Furač wrote: > >>>So this is probably a wishlist bug on reportbug? >> >>Well, I don't know. Reportbug uses $EDITOR to edit the report so I could >>just delete the "version" field and you probably wouldn't notice that is >>missing, but I forgot to do this. > > > Well, the problem here is not for me. I'm not stating this because I'm > damaged in any way. I meant this for letting other people know, not only > me.
Well, what is, in your opinion, the best solution for this problem? >>There is another wishlist bug on reportbug, it always send reports using >>charset="us-ascii", but it should be using UTF-8, or at least there >>should be an option to change the charset. Do you agree? > > > I agree with options on free software. Why don't you patch it and send > it to reportbug upstream authors? Actually I'm not sure here, but I I'm a linux newbie, and I don't know if I could fix it. Also, my english isn't very good and because of that I rarely report bugs. OK, I see, it's a python script, it shouldn't be hard. A quick look at the source... there is line: charset = locale.nl_langinfo(locale.CODESET). Fire up python: >>> import locale >>> locale.nl_langinfo(locale.CODESET) 'ANSI_X3.4-1968' >>> locale.getdefaultlocale() ['hr_HR', 'utf'] $ locale LANG=hr_HR.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC="hr_HR.UTF-8" LC_TIME="hr_HR.UTF-8" LC_COLLATE=en_US.UTF-8 LC_MONETARY="hr_HR.UTF-8" LC_MESSAGES=en_US.UTF-8 LC_PAPER="hr_HR.UTF-8" LC_NAME="hr_HR.UTF-8" LC_ADDRESS="hr_HR.UTF-8" LC_TELEPHONE="hr_HR.UTF-8" LC_MEASUREMENT="hr_HR.UTF-8" LC_IDENTIFICATION="hr_HR.UTF-8" LC_ALL= I don't know...will look at it in next few days/weeks because I don't have time right now. > think the encoding used in the system is the one used on the reports. I use UTF-8 locale, but reportbug sends in ascii. > Offtopic question: Are you from Niue island? Yes! Nice girls, nice beaches...just kidding (about living there, girls are probably nice ;-)) .nu TLD is not used only by the people of Niue: http://en.wikipedia.org/wiki/.nu. .mine.nu is dyndns domain name, it just points to my ip address and, as you can see, my favorite MTA listens on ppp0 iface waiting for mail to come. I'm from...well...look carefully at my mail headers (X-fields). I probably shouldn't CC this to bugs.debian.org because it is totally offtopic, but...I will remove it after you do. -- Vedran Furač