[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] SINGLE QUOTE in wget output is replaced by UTF-8 value of SIN
From: |
Avinash |
Subject: |
[Bug-wget] SINGLE QUOTE in wget output is replaced by UTF-8 value of SINGLE QUOTE |
Date: |
Thu, 9 Aug 2012 16:50:46 +0530 |
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 ?
- [Bug-wget] SINGLE QUOTE in wget output is replaced by UTF-8 value of SINGLE QUOTE,
Avinash <=