Page MenuHomeFreeBSD

Fix tzsetup(8) unicode
ClosedPublic

Authored by asiciliano on Dec 17 2021, 3:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 12 2024, 1:48 AM
Unknown Object (File)
Mar 12 2024, 1:48 AM
Unknown Object (File)
Mar 12 2024, 1:48 AM
Unknown Object (File)
Mar 12 2024, 1:38 AM
Unknown Object (File)
Jan 12 2024, 4:43 PM
Unknown Object (File)
Jan 3 2024, 10:32 AM
Unknown Object (File)
Dec 13 2023, 6:13 AM
Unknown Object (File)
Oct 7 2023, 10:46 AM
Subscribers

Details

Summary

Fix tzsetup for unicode chars, I found the problem today during a CURRENT installation.

Test Plan

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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 17 2021, 8:28 AM
This revision was automatically updated to reflect the committed changes.