Anonymous | Login | Signup for a new account | 2024-11-14 18:54 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001510 | aMule | Misc | public | 2009-04-15 16:13 | 2010-05-19 09:45 | ||||
Reporter | Heffer | ||||||||
Assigned To | Wuischke | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 2.2.4 | ||||||||
Target Version | Fixed in Version | 2.3.1 | |||||||
Summary | 0001510: Convert man files to UTF-8 | ||||||||
Description | It would be great if the man files could be converted to UTF-8 alltogether. I'm packaging aMule for Fedora and the guidelines require the files to be in UTF-8. Also this makes sense to me because they contain special characters from different languages. | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | 10180 | ||||||||
Operating System | Any | ||||||||
Attached Files | |||||||||
Notes | |
(0003117) Wuischke (manager) 2009-04-16 18:01 |
I fixed this now in SVN, unfortunately I can't fix it after the fact in 2.2.4. The following bash code should do the job for packaging aMule 2.2.4 for Fedora: for i in $(ls); do mv $i $i.tmp; iconv -f LATIN1 -t UTF-8 $i.tmp > $i; done |
(0003301) Heffer (reporter) 2009-09-20 16:55 |
I'd like to reopen this issue. Now that 2.2.6 is released I would assume that the fixes in the SVN have made it into the release. However rpmlint still yields the following results: [felix@polaris result]$ rpmlint *.rpm amule.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/amule.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/es/man1/cas.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/alc.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/es/man1/wxcas.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/wxcas.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/fr/man1/amule.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/cas.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/es/man1/amule.1.gz amule.x86_64: W: file-not-utf8 /usr/share/man/es/man1/alc.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/ed2k.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/es/man1/amulecmd.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/amulecmd.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/amuleweb.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/es/man1/ed2k.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/es/man1/alcc.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/fr/man1/alcc.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/fr/man1/amuled.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/amuled.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/fr/man1/ed2k.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/fr/man1/amuleweb.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/es/man1/amuleweb.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/es/man1/amuled.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/fr/man1/amulecmd.1.gz amule-nogui.x86_64: W: file-not-utf8 /usr/share/man/hu/man1/alcc.1.gz xchat-amule.noarch: W: file-not-utf8 /usr/share/man/es/man1/xas.1.gz xchat-amule.noarch: W: file-not-utf8 /usr/share/man/hu/man1/xas.1.gz |
(0003302) Heffer (reporter) 2009-09-20 17:05 |
JFYI I currently convert all the manpages using the following scriptlet: manfiles=`find . -name "*.1"` for manfile in $manfiles; do iconv -f ISO-8859-1 -t UTF-8 < $manfile > $manfile.utf8 touch -r $manfile $manfile.utf8 mv -f $manfile.utf8 $manfile done |
Issue History | |||
Date Modified | Username | Field | Change |
2009-04-15 16:13 | Heffer | New Issue | |
2009-04-15 16:13 | Heffer | Operating System | => Any |
2009-04-16 18:01 | Wuischke | Status | new => resolved |
2009-04-16 18:01 | Wuischke | Resolution | open => fixed |
2009-04-16 18:01 | Wuischke | Assigned To | => Wuischke |
2009-04-16 18:01 | Wuischke | Note Added: 0003117 | |
2009-09-20 16:55 | Heffer | Note Added: 0003301 | |
2009-09-20 16:55 | Heffer | Status | resolved => feedback |
2009-09-20 16:55 | Heffer | Resolution | fixed => reopened |
2009-09-20 17:05 | Heffer | Note Added: 0003302 | |
2010-05-19 09:45 | GonoszTopi | Fixed in Revision | => 10180 |
2010-05-19 09:45 | GonoszTopi | Status | feedback => resolved |
2010-05-19 09:45 | GonoszTopi | Resolution | reopened => fixed |
2010-05-19 09:45 | GonoszTopi | Fixed in Version | => 2.3.1 |
Copyright © 2000 - 2024 MantisBT Team |