Skip to content

Commit

Permalink
Update Consent String Specification.md
Browse files Browse the repository at this point in the history
Addresses Issue #9 - Incorrect example in string
  • Loading branch information
lamrowena committed Nov 30, 2022
1 parent a21447f commit 39585fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Consent String Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ The possible data types are:
<tr>
<td><code>String (fixed length of x) (including country codes)</code></td>
<td>x*6 bit</td>
<td>A fixed amount of bit representing a string. The character’s ASCII integer ID is subtracted by 65 and encoded into an int(6). <br><br>Example: int(6) “101010” represents integer 47 + 65 = char “h”</td>
<td>A fixed amount of bit representing a string. The character’s ASCII integer ID is subtracted by 65 and encoded into an int(6). <br><br>Example: int(6) “101010” represents integer 42 + 65 = char “k”</td>
<td></td>
</tr>
<tr>
Expand Down

0 comments on commit 39585fe

Please sign in to comment.