Fix tzsetup for unicode chars, I found the problem today during a CURRENT installation.
Details
Details
- Reviewers
bapt - Commits
- rGbe0236ebd857: tzsetup: Fix unicode support
Before the review, to see line 50:
`
┌────────────────────Countries in Europe────────────────────┐
│ Select a country or region │
│ ┌─^^^───────────────────────────────────────────────────┐ │
│ │38 Russian Federation │ │
│ │39 San Marino │ │
│ │40 Serbia │ │
│ │41 Slovakia │ │
│ │42 Slovenia │ │
│ │43 Spain │ │
│ │44 Svalbard and Jan Mayen │ │
│ │45 Sweden │ │
│ │46 Switzerland │ │
│ │47 Turkey │ │
│ │48 Ukraine │ │
│ │49 United Kingdom of Great Britain and Northern Ireland│ │
│ │50 �~Eland Islands │ │
│ └──────────────────────────────────────────────100%─────┘ │
├───────────────────────────────────────────────────────────┤
│ < OK > <Cancel> │
└───────────────────────────────────────────────────────────┘
`After the review, to see line 50:
`
┌────────────────────Countries in Europe────────────────────┐ │ Select a country or region │ │ ┌─^^^───────────────────────────────────────────────────┐ │ │ │38 Russian Federation │ │ │ │39 San Marino │ │ │ │40 Serbia │ │ │ │41 Slovakia │ │ │ │42 Slovenia │ │ │ │43 Spain │ │ │ │44 Svalbard and Jan Mayen │ │ │ │45 Sweden │ │ │ │46 Switzerland │ │ │ │47 Turkey │ │ │ │48 Ukraine │ │ │ │49 United Kingdom of Great Britain and Northern Ireland│ │ │ │50 Åland Islands │ │ │ └──────────────────────────────────────────────100%─────┘ │ ├───────────────────────────────────────────────────────────┤ │ < OK > <Cancel> │ └───────────────────────────────────────────────────────────┘
`
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable