Wireshark-bugs: [Wireshark-bugs] [Bug 10975] ui/qt/simple_dialog.cpp primary_delimiter_ value er
Date: Wed, 18 Feb 2015 19:15:49 +0000

Comment # 2 on bug 10975 from
Created attachment 13454 [details]
Windows xff xff

Unfortunately "\xff""\xff" renders incorrectly on Windows. I also tried
"\xef\xbf\xbf" (the UTF-8 representation of 0xffff) and
"\xfd\xbf\xbf\xbf\xbf\xbf" (the UTF-8 representation of 0x7fffffff, as
suggested by http://www.unicode.org/faq/private_use.html#sentinels). The only
delimiter I've found so far that works across Windows, OS X, and Linux is
"\uffff".


You are receiving this mail because:
  • You are watching all bug changes.