Bug 275364 - Mk/Scripts/dialog4ports.sh broken for non-UTF8 locales
Summary: Mk/Scripts/dialog4ports.sh broken for non-UTF8 locales
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-26 21:42 UTC by Eugene Grosbein
Modified: 2024-02-12 20:46 UTC (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein freebsd_committer freebsd_triage 2023-11-26 21:42:49 UTC
The following commit broke dialog-based ports configuration for non-UTF8 locales:

https://cgit.freebsd.org/ports/commit/Mk/Scripts/dialog4ports.sh?id=9fee35128080f036c7b318cbbe20067ccca409db

Now it shows garbled output on 8bit terminals due to raw UTF-8 sequences bein drawn.

Backout of this commit unbreaks output. Please consider more correct solution.