chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] [Q] uri-common has problem with UTF-8 uri.


From: Peter Bex
Subject: Re: [Chicken-users] [Q] uri-common has problem with UTF-8 uri.
Date: Sun, 13 Jan 2013 23:15:56 +0100
User-agent: Mutt/1.4.2.3i

On Mon, Jan 14, 2013 at 07:04:05AM +0900, Sungjin Chun wrote:
> For testing solr, lucene based client, I have to create url which contains 
> utf-8 encoding(for Korean). But having this encoding uri-common cannot create 
> uri. 
> 
> Can any one help me on this? Thanks.

Hello Sungjin,

As far as I recall, there's no special facility for IRIs
(internationalized URIs, a separate RFC from 3986) in uri-generic.
uri-generic is the underlying egg which actually handles all the
parsing, uri-common just adds some convenience procedures for
HTTP and URI-encoded forms.  Maybe you can take a look at the
uri-geneirc library, and verify it really is going wrong there already?

If it doesn't work, some test cases would be appreciated.  We can have
a look at them and see where it's failing.  I'm unsure whether this
really should be supported by the uri-generic egg or whether it would
be better to create an "iri-generic" egg, or some such.

Perhaps Ivan can chime in?  He is the one who originally ported the
code from a Haskell library, and might know whether that library had
any known problems with IRIs (if it's even IRIs we're talking about!)

Cheers,
Peter
-- 
http://sjamaan.ath.cx



reply via email to

[Prev in Thread] Current Thread [Next in Thread]