Hi,

1) I have taken wget-1.12 source
2) Have built a rpm on top of this source for FEDORA CORE 3
3) It get installed correctly on FC3 and wget downloads files as well
4) But the output of wget shows UTF-8 value of SINGLE QUOTE instead of
showing SINGLE QUOTE i.e. '

It shows

2012-08-09 16:24:37 (13.3 MB/s) - *â*192.21.242.12:9999/1/Acc/index.html*â*

instead of

2012-08-09 16:24:37 (13.3 MB/s) - '**192.21.242.12:9999/1/Acc/index.html'

Hexedit shows those characters as 0xE2 0x80 0x9C and 0xE2 0x80 0x9D instead
of 0x27

Can somebody please help as to why it is replacing SINGLE QUOTE by its
UTF-8 equivalent ?

Reply via email to