Skip to content

Commit b830637

Browse files
committed
minor
1 parent f05d7f9 commit b830637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

technicalities.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3 id="How.is.this.list.made.">How is this list made?</h3>
2121

2222
<p>There are infinitely many possible lists of numbers and mappings on them, some are faster, some slower, some are longer, shorter, popular ones, and so on, for different domains, beings and purposes. This one, this list was chosen to be <em>as continuous as possible</em>, with not forbidden numbers nor inputs, you input a number and there is something there, and vice versa.</p>
2323

24-
<p>It&rsquo;s made around UTF-8 coding, and Base64 for files, it allows input international encoding and some standard file formats. For example if you input an ~ this will show the decimal value of the UTF-8 encoding for that character, i.e. 126. If you input ~~ then it &ldquo;could&rdquo; show 126 126, but it doesn&rsquo;t, because that would make the list to be <em>very</em> discontinuous, even decoding character by character won&rsquo;t be a <strong>prefix code</strong> because 126126 could be understood in many ways, for example: 12, 61, 26 or 1, 261, 26 and so on, it will not have the property of being uniquely decodable, unless we leave spaces or any special marker within codes 126[marker]126, but at doing that, we won&rsquo;t have a natural any more, let alone a continuous list; so instead, if you input ~~ you get the number 32382, that is a direct conversion to decimal from hexadecimal code of UTF-8.</p>
24+
<p>It&rsquo;s made around UTF-8 coding, and Base64 for files, it allows input international encoding and some standard file formats. For example if you input an ~ this will show the decimal value of the UTF-8 encoding for that character, i.e. 126. If you input ~~ then it &ldquo;could&rdquo; show 126 126, but it doesn&rsquo;t, because that would make the list to be <em>very</em> discontinuous, even decoding character by character won&rsquo;t be a <strong>prefix code</strong> because 126126 could be understood in many ways, for example: 12, 61, 26 or 1, 261, 26 and so on, it will not have the property of being uniquely decodable, unless we leave spaces or any special marker within codes 126[marker]126, but at doing that, we won&rsquo;t have a natural number any more, let alone a continuous list; so instead, if you input ~~ you get the number 32382, that is a direct conversion to decimal from hexadecimal code of UTF-8.</p>
2525

2626
<p><strong>UTF-8 encoding</strong></p>
2727

technicalities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
There are infinitely many possible lists of numbers and mappings on them, some are faster, some slower, some are longer, shorter, popular ones, and so on, for different domains, beings and purposes. This one, this list was chosen to be *as continuous as possible*, with not forbidden numbers nor inputs, you input a number and there is something there, and vice versa.
1313

14-
It's made around UTF-8 coding, and Base64 for files, it allows input international encoding and some standard file formats. For example if you input an ~ this will show the decimal value of the UTF-8 encoding for that character, i.e. 126. If you input ~~ then it "could" show 126 126, but it doesn't, because that would make the list to be *very* discontinuous, even decoding character by character won't be a **prefix code** because 126126 could be understood in many ways, for example: 12, 61, 26 or 1, 261, 26 and so on, it will not have the property of being uniquely decodable, unless we leave spaces or any special marker within codes 126[marker]126, but at doing that, we won't have a natural any more, let alone a continuous list; so instead, if you input ~~ you get the number 32382, that is a direct conversion to decimal from hexadecimal code of UTF-8.
14+
It's made around UTF-8 coding, and Base64 for files, it allows input international encoding and some standard file formats. For example if you input an ~ this will show the decimal value of the UTF-8 encoding for that character, i.e. 126. If you input ~~ then it "could" show 126 126, but it doesn't, because that would make the list to be *very* discontinuous, even decoding character by character won't be a **prefix code** because 126126 could be understood in many ways, for example: 12, 61, 26 or 1, 261, 26 and so on, it will not have the property of being uniquely decodable, unless we leave spaces or any special marker within codes 126[marker]126, but at doing that, we won't have a natural number any more, let alone a continuous list; so instead, if you input ~~ you get the number 32382, that is a direct conversion to decimal from hexadecimal code of UTF-8.
1515

1616
**UTF-8 encoding**
1717

0 commit comments

Comments
 (0)