Re: g_filename_to_uri() issue in glib-win32
- From: John Emmas <johne53 tiscali co uk>
- To: gtk-devel-list gnome org
- Subject: Re: g_filename_to_uri() issue in glib-win32
- Date: Wed, 23 May 2012 10:05:39 +0100
On 23 May 2012, at 08:40, Jürg Billeter wrote:
>
> U+00F6 is the Unicode codepoint but URI percent encoding never directly
> uses codepoints as you can encode only a single byte at a time and the
> range of Unicode codepoints is much larger than that (up to U+10FFFF).
> As Krzysztof already wrote, byte-wise encoding of UTF-8 strings is the
> generally recommended way to encode URIs. See also the following links:
>
> http://tools.ietf.org/html/rfc3987#section-6.4
> http://www.w3.org/International/O-URL-code.html
>
Oops, sorry Jürg, I also meant to thank you for those links. Still a bit confused really... :-(
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]