We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5ecd2 commit 817284fCopy full SHA for 817284f
1 file changed
test/test_header.js
@@ -555,9 +555,7 @@ suite('headerparser', function () {
555
// characters in Big5, which were previously mapped to a PUA in an older
556
// version but then reassigned to Plane 1. However, Big5 is really a set
557
// of slightly different, slightly incompatible charsets.
558
- // TODO: This requires future investigation. Bug 912470 discusses the
559
- // changes to Big5 proposed within Mozilla.
560
- //["=?Big5?Q?=87E?=", "\ud85c\ude67"],
+ ["=?Big5?Q?=87E?=", "\ud85c\ude67"],
561
["=?GB18030?B?lDnaMw==?=", "\ud83d\udca9"],
562
563
// How to handle breaks in multi-byte encoding
0 commit comments