unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: mbcladwell@stihie.net
To: guile-user@gnu.org
Subject: http-client port encoding failed
Date: Fri, 04 Sep 2020 14:35:45 -0500	[thread overview]
Message-ID: <20200904143545.Horde.ifPsqyXMMJ1PsdBw6X4d2Fh@www.stihie.net> (raw)


Hi,

I am using http-client to submit requests that contain extended Latin  
characters e.g. "Marjanović+Ž".  I believe I have locales set up  
properly as I don't receive the "can't set locales" error.  Also I can  
regex with the extended Latin characters.

scheme@(guile-user)> (locale-encoding)
$11 = "UTF-8"

  When I submit a url containing the above Serbian name, I get the error:

Throw to key `encoding-error' with args `("put-char" "conversion to  
port encoding failed" 84 #<input-output: string 7febcf44c2a0> #\ć)'.

If I paste the URL into my browser I receive the correct response.

Prior to the request I use (set-port-encoding! (current-output-port)  
"UTF-8") without effect.
What should I do?
Thanks
Mortimer






             reply	other threads:[~2020-09-04 19:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 19:35 mbcladwell [this message]
2020-09-05  8:55 ` http-client port encoding failed tomas
  -- strict thread matches above, loose matches on Subject: below --
2020-09-08 14:26 mbcladwell
2020-09-08 14:33 ` tomas

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=20200904143545.Horde.ifPsqyXMMJ1PsdBw6X4d2Fh@www.stihie.net \
    --to=mbcladwell@stihie.net \
    --cc=guile-user@gnu.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).