Re: pkg/59941: Pkg "static-tcsh" does not support UTF-8 input.
"Robert Elz via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59941; it has been noted by GNATS. From: Robert Elz <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: pkg/59941: Pkg "static-tcsh" does not support UTF-8 input. Date: Mon, 26 Jan 2026 19:45:59 +0700 Date: Sun, 25 Jan 2026 09:40:00 +0000 (UTC) From: =22liman=40cafax.se via gnats=22 <gnats-admin=40NetBSD.o= rg> Message-ID: <20260125094000.86B6B1A923F=40mollari.NetBSD.org> =7C When using tcsh from the package =22static-tcsh=22, =7C the shell does not accept UTF-8 input on the command line. I believe that our locale code (in libc) requires dynamic linking in order to work - with a statically linked binary, dynamic linking doesn't work, and so locales don't work either. Whether there are any plans to do anything about that I have no idea, as best I can tell, no-one is really brave enough to go anywhere near the locale code. kre