* [gentoo-user] Browser have problems with illegal characters
@ 2020-11-25 12:24 Helmut Jarausch
2020-11-25 15:00 ` Neil Bothwick
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Helmut Jarausch @ 2020-11-25 12:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 375 bytes --]
Hi,
if I try to save a web page containing an illegal character (like
hookrace.net/blog/introduction-to-metaprogramming-in-nim/)
several browser show an error (attached image) and cannot recover from
it. I have no chance to change the filename.
I have to 'xkill' it
What can I do about this?
(My locale is en_US.iso88591)
Many thanks for a hint,
Helmut
[-- Attachment #2: FN_Bug_SM.jpeg --]
[-- Type: image/jpeg, Size: 63430 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Browser have problems with illegal characters
2020-11-25 12:24 [gentoo-user] Browser have problems with illegal characters Helmut Jarausch
@ 2020-11-25 15:00 ` Neil Bothwick
2020-11-25 15:05 ` Andrew Udvare
2020-11-25 18:08 ` Jack
2 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2020-11-25 15:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
On Wed, 25 Nov 2020 13:24:13 +0100, Helmut Jarausch wrote:
> if I try to save a web page containing an illegal character (like
> hookrace.net/blog/introduction-to-metaprogramming-in-nim/)
> several browser show an error (attached image) and cannot recover from
> it. I have no chance to change the filename.
> I have to 'xkill' it
I suspect this is a problem with the file dialog rather than the browser.
FWIW it worked fine with Chromium on KDE here.
--
Neil Bothwick
Linux like wigwam. No windows, no gates, Apache inside.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Browser have problems with illegal characters
2020-11-25 12:24 [gentoo-user] Browser have problems with illegal characters Helmut Jarausch
2020-11-25 15:00 ` Neil Bothwick
@ 2020-11-25 15:05 ` Andrew Udvare
2020-11-25 18:08 ` Jack
2 siblings, 0 replies; 6+ messages in thread
From: Andrew Udvare @ 2020-11-25 15:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 484 bytes --]
On 25/11/2020 07:24, Helmut Jarausch wrote:
> Hi,
>
> if I try to save a web page containing an illegal character (like
> hookrace.net/blog/introduction-to-metaprogramming-in-nim/)
> several browser show an error (attached image) and cannot recover from
> it. I have no chance to change the filename.
> I have to 'xkill' it
>
> What can I do about this?
>
> (My locale is en_US.iso88591)
>
> Many thanks for a hint,
> Helmut
This may be your window manager.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Browser have problems with illegal characters
2020-11-25 12:24 [gentoo-user] Browser have problems with illegal characters Helmut Jarausch
2020-11-25 15:00 ` Neil Bothwick
2020-11-25 15:05 ` Andrew Udvare
@ 2020-11-25 18:08 ` Jack
2020-11-25 18:31 ` Jack
2 siblings, 1 reply; 6+ messages in thread
From: Jack @ 2020-11-25 18:08 UTC (permalink / raw
To: gentoo-user
On 2020.11.25 07:24, Helmut Jarausch wrote:
> Hi,
>
> if I try to save a web page containing an illegal character (like
> hookrace.net/blog/introduction-to-metaprogramming-in-nim/)
> several browser show an error (attached image) and cannot recover
> from it. I have no chance to change the filename.
> I have to 'xkill' it
>
> What can I do about this?
>
> (My locale is en_US.iso88591)
>
> Many thanks for a hint,
> Helmut
Both Firefox and Chromium (KDE) save for me with no complaints, and "ls
-b" calls that character 302 267, which shows up as a vertically
centered dot, but I haven't figured out exactly what character it is.
I have en_US.UTF-8.
Jack
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Browser have problems with illegal characters
2020-11-25 18:08 ` Jack
@ 2020-11-25 18:31 ` Jack
2020-11-25 21:51 ` David Haller
0 siblings, 1 reply; 6+ messages in thread
From: Jack @ 2020-11-25 18:31 UTC (permalink / raw
To: gentoo-user
On 2020.11.25 13:08, Jack wrote:
> On 2020.11.25 07:24, Helmut Jarausch wrote:
>> Hi,
>>
>> if I try to save a web page containing an illegal character (like
>> hookrace.net/blog/introduction-to-metaprogramming-in-nim/)
>> several browser show an error (attached image) and cannot recover
>> from it. I have no chance to change the filename.
>> I have to 'xkill' it
>>
>> What can I do about this?
>>
>> (My locale is en_US.iso88591)
>>
>> Many thanks for a hint,
>> Helmut
> Both Firefox and Chromium (KDE) save for me with no complaints, and
> "ls -b" calls that character 302 267, which shows up as a vertically
> centered dot, but I haven't figured out exactly what character it
> is. I have en_US.UTF-8.
Found it. It is "middle dot" U+00B7 which in UTF-8 two bytes of octal
302 267 or hex C2 8E.
Also, now that I look at the page source, I see "<title>Introduction
to Metaprogramming in Nim · HookRace Blog</title>" so I do
wonder if it is something funny with the character coding with
iso88591. In fact, it does look like that unicode point it NOT
available in iso88591. I wonder what the proper fall-back should be in
such a case.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Browser have problems with illegal characters
2020-11-25 18:31 ` Jack
@ 2020-11-25 21:51 ` David Haller
0 siblings, 0 replies; 6+ messages in thread
From: David Haller @ 2020-11-25 21:51 UTC (permalink / raw
To: gentoo-user
Hello,
On Wed, 25 Nov 2020, Jack wrote:
[..]
>Found it. It is "middle dot" U+00B7 which in UTF-8 two bytes of octal 302
>267 or hex C2 8E.
>
>Also, now that I look at the page source, I see "<title>Introduction to
>Metaprogramming in Nim · HookRace Blog</title>" so I do wonder if it
>is something funny with the character coding with iso88591. In fact, it does
>look like that unicode point it NOT available in iso88591. I wonder what the
>proper fall-back should be in such a case.
It is available, but it seems the locale is not used for encoding
filenames.
==== man 7 latin1 ====
Oct Dec Hex Char Description
267 183 B7 · MIDDLE DOT
====
-dnh
--
>> This needs quotes:
>> use lib "/path/to/perl/modules";
> Single or double quotes?
Yes. -- Tad McClellan in comp.lang.perl.misc
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-11-26 8:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 12:24 [gentoo-user] Browser have problems with illegal characters Helmut Jarausch
2020-11-25 15:00 ` Neil Bothwick
2020-11-25 15:05 ` Andrew Udvare
2020-11-25 18:08 ` Jack
2020-11-25 18:31 ` Jack
2020-11-25 21:51 ` David Haller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox