Skip to content

Commit

Permalink
same expectations as gb18030
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 18, 2024
1 parent b2b4748 commit d057afc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions encoding/legacy-mb-schinese/gbk/gbk-encoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
encode("\u301C", "%26%2312316%3B", "legacy WebKit case 3");
encode("\u{10FFFF}", "%26%231114111%3B", "U+10FFFF");

// Test that GBK is not impacted by GB18030-2022 (this is still under discussion)
encode("\uFE10", "%26%2365040%3B", "GB18030-2022 1");
encode("\uFE12", "%26%2365042%3B", "GB18030-2022 2");
encode("\uFE11", "%26%2365041%3B", "GB18030-2022 3");
encode("\uFE13", "%26%2365043%3B", "GB18030-2022 4");
encode("\uFE14", "%26%2365044%3B", "GB18030-2022 5");
encode("\uFE15", "%26%2365045%3B", "GB18030-2022 6");
encode("\uFE16", "%26%2365046%3B", "GB18030-2022 7");
encode("\uFE17", "%26%2365047%3B", "GB18030-2022 8");
encode("\uFE18", "%26%2365048%3B", "GB18030-2022 9");
encode("\uFE19", "%26%2365049%3B", "GB18030-2022 10");
encode("\u9FB4", "%26%2340884%3B", "GB18030-2022 11");
encode("\u9FB5", "%26%2340885%3B", "GB18030-2022 12");
encode("\u9FB6", "%26%2340886%3B", "GB18030-2022 13");
encode("\u9FB7", "%26%2340887%3B", "GB18030-2022 14");
encode("\u9FB8", "%26%2340888%3B", "GB18030-2022 15");
encode("\u9FB9", "%26%2340889%3B", "GB18030-2022 16");
encode("\u9FBA", "%26%2340890%3B", "GB18030-2022 17");
encode("\u9FBB", "%26%2340891%3B", "GB18030-2022 18");
// GB18030-2022
encode("\uFE10", "%A6%D9", "GB18030-2022 1");
encode("\uFE12", "%A6%DA", "GB18030-2022 2");
encode("\uFE11", "%A6%DB", "GB18030-2022 3");
encode("\uFE13", "%A6%DC", "GB18030-2022 4");
encode("\uFE14", "%A6%DD", "GB18030-2022 5");
encode("\uFE15", "%A6%DE", "GB18030-2022 6");
encode("\uFE16", "%A6%DF", "GB18030-2022 7");
encode("\uFE17", "%A6%EC", "GB18030-2022 8");
encode("\uFE18", "%A6%ED", "GB18030-2022 9");
encode("\uFE19", "%A6%F3", "GB18030-2022 10");
encode("\u9FB4", "%FEY", "GB18030-2022 11");
encode("\u9FB5", "%FEa", "GB18030-2022 12");
encode("\u9FB6", "%FEf", "GB18030-2022 13");
encode("\u9FB7", "%FEg", "GB18030-2022 14");
encode("\u9FB8", "%FEm", "GB18030-2022 15");
encode("\u9FB9", "%FE~", "GB18030-2022 16");
encode("\u9FBA", "%FE%90", "GB18030-2022 17");
encode("\u9FBB", "%FE%A0", "GB18030-2022 18");
encode("\uE78D", "%A6%D9", "GB18030-2022 19");
encode("\uE78E", "%A6%DA", "GB18030-2022 20");
encode("\uE78F", "%A6%DB", "GB18030-2022 21");
Expand Down

4 comments on commit d057afc

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

Error: Task doesn't have any runs


  • method: listArtifacts
  • errorCode: ResourceNotFound
  • statusCode: 404
  • time: 2024-09-18T14:57:59.411Z

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

Error: Task doesn't have any runs


  • method: listArtifacts
  • errorCode: ResourceNotFound
  • statusCode: 404
  • time: 2024-09-18T14:57:59.561Z

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

Error: Task doesn't have any runs


  • method: listArtifacts
  • errorCode: ResourceNotFound
  • statusCode: 404
  • time: 2024-09-18T14:57:59.754Z

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

Error: Task doesn't have any runs


  • method: listArtifacts
  • errorCode: ResourceNotFound
  • statusCode: 404
  • time: 2024-09-18T14:58:00.557Z

Please sign in to comment.