16 Dec
2022
16 Dec
'22
9:10 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.