Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Lutz Adam Newsgroups: gnu.bash.bug Subject: Shell does not recognize umlaut in URL Date: Thu, 23 Jul 2020 17:56:04 +0200 Lines: 33 Approved: bug-bash@gnu.org Message-ID: References: <0e4ea3c8-4b2d-6354-838e-500b312f6ac2@posteo.de> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: usenet.stanford.edu 1595524953 1108 209.51.188.17 (23 Jul 2020 17:22:33 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1595519765; bh=od2D3VmjmSFUuuCc2H13cRCEpYUqRNExssmh2xSWv1I=; h=To:From:Subject:Date:From; b=pehl2VbDGmVOERUNRtHbzm1nFdhq3ds44HB7MoxVGinkJbSwOP66acy0EoYfZBGYj fim+LM7c6XF0azh3YqLm7cZOndR768CljD5OKfVY6E4mlAEieVhDgP/ToUY5CWeuy0 zSqKHePYtBsUuEPGl9PFaEYO7ZPaLHMIy7brZFWzz/uFrH6E4034DNnWH9N044jlok kKMTStmS2pCymfsb3emw8+4QCNSu7q+0dnDfB/CqLbXJg/80gCFsmjtwGQDFLCKuIm ljZNBZ3U+2e8ZlZAu140uslIMYVMaabqRWZkZPZVsq7zc5Fz6KTJuVKEcknUZaFuBq brJrxCoMRtmOA== User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Content-Language: de-DE Received-SPF: pass client-ip=185.67.36.65; envelope-from=lutz.adam@posteo.de; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 11:56:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, HTML_OBFUSCATE_05_10=0.26, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 23 Jul 2020 13:22:30 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <0e4ea3c8-4b2d-6354-838e-500b312f6ac2@posteo.de> Xref: csiph.com gnu.bash.bug:16605 Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-a6qmCk/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format- uname output: Linux fractal 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 5.0 Patch Level: 17 Release Status: release Description:        If a URL on the command line or in a file contains an umlaut as in         https://dict.leo.org/franz*ö*sisch-deutsch         the shell stops recognising the URL after the umlaut "ö". Only the part        "https://dict.leo.org/franz*ö*" is underlined and used in a call to a browser.** Repeat-By:         Put the above URL on the command line.         1.   Hover over the ULR. Only the left part is underlined.         2.   Press and hold CTRL, then left-click the URL: the URL is opened in a browser,               but only the left part appears in the address field. The OS is Linux Mint 20