Ticket #1600 (closed defect: fixed)
panel: hint is nonenglish when mc is ran as 'LANG=C mc'
Reported by: | slyfox | Owned by: | angel_il |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.0-pre4 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
being ran 'LANG=C mc' I get '?????????????????????????????' in hint bar.
Change History
comment:2 Changed 15 years ago by rt
I see confirmation dialog proposes to fix codeset here before mc's screen appears.
comment:3 in reply to: ↑ 1 Changed 15 years ago by slyfox
Replying to iNode:
I think it's correct behaviour.
You should also change LC_MESSAGES.
Didn't I?
$ LANG=C locale LANG=C LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" # This one LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL=
comment:5 Changed 15 years ago by andrew_b
- Priority changed from major to critical
- Milestone changed from 4.7.0-pre4 to 4.7.0-pre3
comment:7 Changed 15 years ago by andrew_b
- Priority changed from critical to minor
- Component changed from mc-skin to mc-core
- Milestone changed from 4.7.0-pre3 to 4.7.0-pre4
Sorry, ticket mismatch...
comment:10 Changed 15 years ago by angel_il
- Status changed from new to accepted
- Owner set to angel_il
comment:11 Changed 15 years ago by angel_il
- severity changed from no branch to on review
branch: 1600_hint_output_fix
changeset: 99a77fbca9322565b365938e863e506053839d99
comment:13 Changed 15 years ago by iNode
- Votes for changeset changed from slavazanko to slavazanko INode
- severity changed from on review to approved
comment:14 Changed 15 years ago by iNode
- Votes for changeset changed from slavazanko INode to slavazanko iNode
comment:15 Changed 15 years ago by angel_il
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko iNode to commited-master
- Resolution set to fixed
- severity changed from approved to merged
Note: See
TracTickets for help on using
tickets.
I think it's correct behaviour.
You should also change LC_MESSAGES.