Skip to content

Commit c3e867b

Browse files
committed
Adds support to the transformations parity[even|odd|zero]7bit
1 parent 002eb1e commit c3e867b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

transformations/parityEven7bit.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"type" : "tfn"
1515
},
1616
{
17-
"output" : "áâcäefçèijëlíîoðqrótõöwxùú0±²3´56·¸9ABÃDÅÆGHÉÊKÌMNÏPÑÒSÔUVרYZ",
17+
"output" : "\\xe1\\xe2c\\xe4ef\\xe7\\xe8ij\\xebl\\xed\\xeeo\\xf0qr\\xf3t\\xf5\\xf6wx\\xf9\\xfa0\\xb1\\xb23\\xb456\\xb7\\xb89AB\\xc3D\\xc5\\xc6GH\\xc9\\xcaK\\xccMN\\xcfP\\xd1\\xd2S\\xd4UV\\xd7\\xd8YZ",
1818
"name" : "parityEven7bit",
1919
"input" : "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",
2020
"type" : "tfn",
2121
"ret" : 1
2222
},
2323
{
24-
"output" : "áâcäefçèijëlíîoðqrótõöwxùú\u00000±²3´56·¸9\u0000ABÃDÅÆGHÉÊKÌMNÏPÑÒSÔUVרYZ",
25-
"input" : "abcdefghijklmnopqrstuvwxyz\u00000123456789\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
24+
"output" : "\\xe1\\xe2c\\xe4ef\\xe7\\xe8ij\\xebl\\xed\\xeeo\\xf0qr\\xf3t\\xf5\\xf6wx\\xf9\\xfa\\x000\\xb1\\xb23\\xb456\\xb7\\xb89\\x00AB\\xc3D\\xc5\\xc6GH\\xc9\\xcaK\\xccMN\\xcfP\\xd1\\xd2S\\xd4UV\\xd7\\xd8YZ",
25+
"input" : "abcdefghijklmnopqrstuvwxyz\\u00000123456789\\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
2626
"type" : "tfn",
2727
"name" : "parityEven7bit",
2828
"ret" : 1

transformations/parityOdd7bit.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"name" : "parityOdd7bit"
1515
},
1616
{
17-
"output" : "abãdåæghéêkìmnïpñòsôuv÷øyz°12³4µ¶78¹ÁÂCÄEFÇÈIJËLÍÎOÐQRÓTÕÖWXÙÚ",
17+
"output" : "ab\\xe3d\\xe5\\xe6gh\\xe9\\xeak\\xecmn\\xefp\\xf1\\xf2s\\xf4uv\\xf7\\xf8yz\\xb012\\xb34\\xb5\\xb678\\xb9\\xc1\\xc2C\\xc4EF\\xc7\\xc8IJ\\xcbL\\xcd\\xceO\\xd0QR\\xd3T\\xd5\\xd6WX\\xd9\\xda",
1818
"ret" : 1,
1919
"type" : "tfn",
2020
"input" : "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",
2121
"name" : "parityOdd7bit"
2222
},
2323
{
24-
"output" : "abãdåæghéêkìmnïpñòsôuv÷øyz€°12³4µ¶78¹€ÁÂCÄEFÇÈIJËLÍÎOÐQRÓTÕÖWXÙÚ",
24+
"output" : "ab\\xe3d\\xe5\\xe6gh\\xe9\\xeak\\xecmn\\xefp\\xf1\\xf2s\\xf4uv\\xf7\\xf8yz\\x80\\xb012\\xb34\\xb5\\xb678\\xb9\\x80\\xc1\\xc2C\\xc4EF\\xc7\\xc8IJ\\xcbL\\xcd\\xceO\\xd0QR\\xd3T\\xd5\\xd6WX\\xd9\\xda",
2525
"name" : "parityOdd7bit",
26-
"input" : "abcdefghijklmnopqrstuvwxyz\u00000123456789\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
26+
"input" : "abcdefghijklmnopqrstuvwxyz\\u00000123456789\\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
2727
"type" : "tfn",
2828
"ret" : 1
2929
}

transformations/parityZero7bit.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"type" : "tfn"
1515
},
1616
{
17-
"output" : "abcdefghijklmnopqrstuvwxyz\u00000123456789\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
17+
"output" : "abcdefghijklmnopqrstuvwxyz\\u00000123456789\\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
1818
"ret" : 0,
19-
"input" : "abcdefghijklmnopqrstuvwxyz\u00000123456789\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
19+
"input" : "abcdefghijklmnopqrstuvwxyz\\u00000123456789\\u0000ABCDEFGHIJKLMNOPQRSTUVWXYZ",
2020
"type" : "tfn",
2121
"name" : "parityZero7bit"
2222
},
2323
{
24-
"output" : "\u0000\u0000\u000f",
24+
"output" : "B\\x00\\x00B\\x0fC?",
2525
"ret" : 1,
26-
"input" : "€\u0000ÿ",
26+
"input" : "€\\u0000ÿ",
2727
"type" : "tfn",
2828
"name" : "parityZero7bit"
2929
}

0 commit comments

Comments
 (0)