Bug 267596 - Support UTF-8 dns resolution
Summary: Support UTF-8 dns resolution
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL: https://blog.cloudflare.com/non-latin...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-11-06 14:00 UTC by Yonas Yanfa
Modified: 2022-12-15 04:49 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yonas Yanfa 2022-11-06 14:00:45 UTC
`host マリウス.com` and `fetch https://マリウス.com` does not work.

It works on Ubuntu (22.10).
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-11-10 04:43:31 UTC
Additional context:  


% lynx https://マリウス.com/
% pkg info -x -o lynx
lynx-2.8.9.1_1,1               www/lynx
% w3m https://マリウス.com/
w3m: Can't load https://マリウス.com/.
% host マリウス.com
Host \227\131\158\227\131\170\227\130\166\227\130\185.com not found: 3(NXDOMAIN)
% fetch https://マリウス.com
fetch: https://マリウス.com: parse error
% date ; uname -aKU
Thu 10 Nov 2022 04:39:53 GMT
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #25 main-n259004-2c10be9e06d4: Thu Nov  3 00:14:52 GMT 2022     grahamperrin@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 1400073 1400073
% 


– lynx alone worked.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2022-12-15 04:49:21 UTC
This depends on if the utility supports punycode or not. The host(1) in the base needs updating, while bind-tools (9.18.9) in the ports works.

The browsers are the same situation, lynx (2.8.9.1) doesn't work, while lynx-current (2.9.0d10) works. What's the version of lynx in Ubuntu?