Skip to content

Commit 817284f

Browse files
committed
By the external encoding, Big5 are supported.
1 parent 2f5ecd2 commit 817284f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_header.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,7 @@ suite('headerparser', function () {
555555
// characters in Big5, which were previously mapped to a PUA in an older
556556
// version but then reassigned to Plane 1. However, Big5 is really a set
557557
// 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"],
558+
["=?Big5?Q?=87E?=", "\ud85c\ude67"],
561559
["=?GB18030?B?lDnaMw==?=", "\ud83d\udca9"],
562560

563561
// How to handle breaks in multi-byte encoding

0 commit comments

Comments
 (0)