edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Karl Dahlke <eklhad@comcast.net>
To: edbrowse-dev@lists.the-brannons.com
Subject: [Edbrowse-dev]  Edbrowse recognizing site as binary data
Date: Fri, 22 Jan 2016 09:30:57 -0500	[thread overview]
Message-ID: <20160022093057.eklhad@comcast.net> (raw)
In-Reply-To: <20160122130158.GA2555@Kraftkrust>

> edbrowse https://portal.slm.tu-dresden.de
> cannot browse a binary file
> I presume that's a bug? Is there anything I can do to help resolving this issue?

Not a bug technically, it's a feature not yet implemented.
Save the data to a file and run /bin/file on it and get this

HTML document, Little-endian UTF-16 Unicode text

The problem is utf-16, which edbrowse does not recognize.
This has been discussed on the group.
It is very rare on the internet and becoming rarer still,
so not sure if it is worth the bother to implement.
similar comments for utf-32.
Though these are more common on Windows, I'm told,
so maybe we should implement.
Anyways this is the first time a user has reported such a page to us.

Use the bd command to get around it, like this.
But any unicode chars above 256 will be garbled.

bd
e edbrowse https://portal.slm.tu-dresden.de
1s/^..//
,s/\0//g
b


Karl Dahlke

  reply	other threads:[~2016-01-22 14:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-22 13:01 Sebastian Humenda
2016-01-22 14:30 ` Karl Dahlke [this message]
2016-01-22 17:13   ` Sebastian Humenda
2016-01-25 12:39     ` Karl Dahlke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160022093057.eklhad@comcast.net \
    --to=eklhad@comcast.net \
    --cc=edbrowse-dev@lists.the-brannons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).