Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] wget - This version does not have support for IRIs
@ 2021-01-10 20:41 jirib
  2021-01-10 21:11 ` ericonr
  2021-01-10 21:23 ` [ISSUE] [CLOSED] " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: jirib @ 2021-01-10 20:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]

New issue by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/27813

Description:
Hi,

I used `wget` to do mirror of a web and owner created probably some filenames with windows-1252 encoding, this caused problem and it seems way to go is to use "IRI" support in wget for convertion.

<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  

```
Void 5.9.14_1 x86_64 GenuineIntel notuptodate rrrdFFF
```

* package:  
```
wget-1.21_1
```
### Expected behavior

IIUC IRI support is must if handling issues with filenames encoding. `+ivi` should be part ov `wget -V`.

### Actual behavior

```
$ wget -V | head -4
GNU Wget 1.21 built on linux-gnu.

-cares +digest -gpgme +https +ipv6 -iri +large-file -metalink +nls 
+ntlm +opie -psl +ssl/openssl 

$ wget --local-encoding=utf-8 --restrict-file-names=nocontrol https://www.google.com
This version does not have support for IRIs
```

### Steps to reproduce the behavior

```
$ wget --local-encoding=utf-8 --restrict-file-names=nocontrol https://www.google.com
This version does not have support for IRIs

$ wget -V | head -4 # should be with +iri
```

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: wget - This version does not have support for IRIs
  2021-01-10 20:41 [ISSUE] wget - This version does not have support for IRIs jirib
@ 2021-01-10 21:11 ` ericonr
  2021-01-10 21:23 ` [ISSUE] [CLOSED] " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-01-10 21:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/27813#issuecomment-757544664

Comment:
Will be fixing it in a bit, it should be using `libidn2`.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] wget - This version does not have support for IRIs
  2021-01-10 20:41 [ISSUE] wget - This version does not have support for IRIs jirib
  2021-01-10 21:11 ` ericonr
@ 2021-01-10 21:23 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-01-10 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]

Closed issue by jirib on void-packages repository

https://github.com/void-linux/void-packages/issues/27813

Description:
Hi,

I used `wget` to do mirror of a web and owner created probably some filenames with windows-1252 encoding, this caused problem and it seems way to go is to use "IRI" support in wget for convertion.

<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  

```
Void 5.9.14_1 x86_64 GenuineIntel notuptodate rrrdFFF
```

* package:  
```
wget-1.21_1
```
### Expected behavior

IIUC IRI support is must if handling issues with filenames encoding. `+ivi` should be part ov `wget -V`.

### Actual behavior

```
$ wget -V | head -4
GNU Wget 1.21 built on linux-gnu.

-cares +digest -gpgme +https +ipv6 -iri +large-file -metalink +nls 
+ntlm +opie -psl +ssl/openssl 

$ wget --local-encoding=utf-8 --restrict-file-names=nocontrol https://www.google.com
This version does not have support for IRIs
```

### Steps to reproduce the behavior

```
$ wget --local-encoding=utf-8 --restrict-file-names=nocontrol https://www.google.com
This version does not have support for IRIs

$ wget -V | head -4 # should be with +iri
```

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-10 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10 20:41 [ISSUE] wget - This version does not have support for IRIs jirib
2021-01-10 21:11 ` ericonr
2021-01-10 21:23 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).