https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263692
Bug ID: 263692
Summary: share/misc/latin1: add UTF8-encoded version
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Flags: maintainer-feedback?([email protected])
CC: [email protected]
Created attachment 233616
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233616&action=edit
Latin1 (ISO 8859/1) characters encoded in UTF-8
With UTF-8 now being the norm rather than the exception, remembering to use
"iconv -f latin1 -t utf8 /usr/share/misc/latin1 | less" instead of "less
/usr/share/misc/latin1" is becoming a minor pain point. Provide a version of it
with UTF-8 encoding (attached with suggested name latin1.in-utf8) to ease that.
--
You are receiving this mail because:
You are the assignee for the bug.