Wireshark-bugs: [Wireshark-bugs] [Bug 5738] Pango-WARNING **: Invalid UTF-8 string passed to pan
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5738
--- Comment #7 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-11-23 00:34:12 PST ---
For what it's worth here's the ABNF of "display-name"
The US-ASCII coded character set
is defined by ANSI X3.4-1986.
alphanum = ALPHA / DIGIT
TEXT-UTF8-TRIM = 1*TEXT-UTF8char *(*LWS TEXT-UTF8char)
TEXT-UTF8char = %x21-7E / UTF8-NONASCII
UTF8-NONASCII = %xC0-DF 1UTF8-CONT
/ %xE0-EF 2UTF8-CONT
/ %xF0-F7 3UTF8-CONT
/ %xF8-Fb 4UTF8-CONT
/ %xFC-FD 5UTF8-CONT
UTF8-CONT = %x80-BF
token = 1*(alphanum / "-" / "." / "!" / "%" / "*"
/ "_" / "+" / "`" / "'" / "~" )
quoted-string = SWS DQUOTE *(qdtext / quoted-pair ) DQUOTE
qdtext = LWS / %x21 / %x23-5B / %x5D-7E
/ UTF8-NONASCII
quoted-pair = "\" (%x00-09 / %x0B-0C
/ %x0E-7F)
display-name = *(token LWS)/ quoted-string
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.