Localization problem, no line update, only newlines
Murat Kancaoglu <[email protected]> Mon, 1 Jun 2026 22:30:00 +0000
| Newsgroups | gmane.comp.web.wget.general |
|---|---|
| Message-ID | <OSEP279MB1314D2CF496A51C8021065988A152@OSEP279MB1314.NORP279.PROD.OUTLOOK.COM> |
Under turkish language, for the remaining part of the file, remaining infor= mation causing the progress bar to overflow and enters in newline as shown = below: filename 79%[++++++++++++++++++++ ] 76,62G 10,1MB/s kalan 35m 34 filename 79%[++++++++++++++++++++ ] 76,62G 10,2MB/s kalan 34m 36 If remaining time has less than 4 digits (<10 mins or <10 secs in display) = it works fine and updates without newline. Problem gets solved on LC_ALL=3D"C" localization. I assume it might exists in different languages as well. Here is my local: LANG=3Dtr_TR.utf8 LC_CTYPE=3Dtr_TR.UTF-8 LC_NUMERIC=3D"tr_TR.utf8" LC_TIME=3D"tr_TR.utf8" LC_COLLATE=3D"tr_TR.utf8" LC_MONETARY=3D"tr_TR.utf8" LC_MESSAGES=3D"tr_TR.utf8" LC_PAPER=3D"tr_TR.utf8" LC_NAME=3D"tr_TR.utf8" LC_ADDRESS=3D"tr_TR.utf8" LC_TELEPHONE=3D"tr_TR.utf8" LC_MEASUREMENT=3D"tr_TR.utf8" LC_IDENTIFICATION=3D"tr_TR.utf8" LC_ALL=3D