Ticket #1547 (closed defect: fixed)
misc/mc.menu.sr not converted to UTF-8
Reported by: | arekm | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.0-pre2 |
Component: | documentation | Version: | 4.7.0-pre1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
Looks like misc/mc.menu.sr was ommited in to-utf8 conversion.
Fix:
iconv -f iso8859-5 -t utf-8 misc/mc.menu.sr > x; mv x misc/mc.menu.sr
Probably would be good to make sure that all other docs/man pages/menus were converted to utf8.
Change History
comment:2 Changed 15 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Milestone changed from 4.7 to 4.7.0-pre2
Created branch 1547_convert_user_menu_to_utf8. Parent branch: master.
changeset:9f1bb1e7ca2846ebb88f02b174e723a635dbd94f
comment:5 Changed 15 years ago by slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- severity changed from on review to approved
comment:6 Changed 15 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from angel_il slavazanko to commited-master
- Resolution set to fixed
- severity changed from approved to merged
Merged to master.
changeset:9f1bb1e7ca2846ebb88f02b174e723a635dbd94f
Note: See
TracTickets for help on using
tickets.