https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401
--- Comment #11 from Marcel de Rooy <[email protected]> --- Just for reference: From RFC 8187 (Proposed standard) Indicating Character Encoding and Language for HTTP Header Field Parameters Extended notation, using the Unicode character U+00A3 ("£", POUND SIGN): foo: bar; title*=utf-8'en'%C2%A3%20rates Note: The Unicode pound sign character U+00A3 was encoded into the octet sequence C2 A3 using the UTF-8 character encoding, and then percent-encoded. Also, note that the space character was encoded as %20, as it is not contained in attr-char. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
