FS#13135 - [mc] incorrect polish characters in hints and help

Attached to Project: Arch Linux
Opened by Łukasz Fidosz (Luk4sz) - Friday, 06 February 2009, 10:31 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 03 October 2009, 11:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Aaron Griffin (phrakture)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Polish mc hints and help fils is not converted to utf-8 so it display polish characters incorrectly

You should add to the packagebuild:
iconv -f ISO-8859-2 -t utf8 ${pkgdir}/usr/share/mc/mc.hint.pl > ${pkgdir}/usr/share/mc/mc.hint.pl.tmp || return 1
mv ${pkgdir}/usr/share/mc/mc.hint.pl.tmp ${pkgdir}/usr/share/mc/mc.hint.pl

iconv -f ISO-8859-2 -t utf8 ${pkgdir}/usr/share/mc/mc.hlp.pl > ${pkgdir}/usr/share/mc/mc.hlp.pl.tmp || return 1
mv ${pkgdir}/usr/share/mc/mc.hlp.pl.tmp ${pkgdir}/usr/share/mc/mc.hlp.pl

This task depends upon

Closed by  Roman Kyrylych (Romashka)
Saturday, 03 October 2009, 11:09 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#12485 
Comment by Greg (dolby) - Friday, 06 February 2009, 10:54 GMT
I suppose you know that mc doesnt support utf8 right?
You will have better luck here: http://midnight-commander.org/
Comment by Łukasz Fidosz (Luk4sz) - Friday, 06 February 2009, 11:31 GMT
But russian help and hints messages are corverted to utf8 and manuals too(see pkgbuild);)

Loading...