Skip to content

Commit

Permalink
Deployed 65a3aa2 to dev with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent 240407b commit cf6cc00
Show file tree
Hide file tree
Showing 13 changed files with 173 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3324,10 +3324,11 @@ <h3 id="appendix-iii-utf-8">APPENDIX-III: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:<strong>Universal Character Support:</strong> UTF-8
can represent almost all characters from all writing systems in use today. This includes
characters from various languages, mathematical symbols, and other special characters.</p>
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.</li>
Expand Down
28 changes: 15 additions & 13 deletions dev/archived_templates/survey_metadata-v1.0.0.csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1845,25 +1845,27 @@ <h3 id="appendix-iv-utf-8">APPENDIX-IV: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:
- <strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.
- <strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.
- <strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
identical to ASCII, making it easy to work with systems that use ASCII.</li>
<li><strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
and many other languages). It uses one byte for ASCII characters and up to four
bytes for other characters. This variable-length encoding minimises storage and
bandwidth requirements.
- <strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.
- <strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
bandwidth requirements.</li>
<li><strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.</li>
<li><strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
range of languages and scripts becomes crucial. UTF-8 is well-suited for
internationalisation and multilingual support.
- <strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
internationalisation and multilingual support.</li>
<li><strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
programming languages, databases, and operating systems. Choosing UTF-8 helps
ensure compatibility across different platforms and technologies.</p>
ensure compatibility across different platforms and technologies.</li>
</ul>
<p>When working with text data, UTF-8 encoding is recommended to avoid issues related to character
representation and ensure that a diverse set of characters and languages is supported.</p>
<p>For assistance, please contact: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;">&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;</a></p>
Expand Down
28 changes: 15 additions & 13 deletions dev/archived_templates/survey_occurrence_data-v1.0.0.csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2682,25 +2682,27 @@ <h3 id="appendix-iii-utf-8">APPENDIX-III: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:
- <strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.
- <strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.
- <strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
identical to ASCII, making it easy to work with systems that use ASCII.</li>
<li><strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
and many other languages). It uses one byte for ASCII characters and up to four
bytes for other characters. This variable-length encoding minimises storage and
bandwidth requirements.
- <strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.
- <strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
bandwidth requirements.</li>
<li><strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.</li>
<li><strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
range of languages and scripts becomes crucial. UTF-8 is well-suited for
internationalisation and multilingual support.
- <strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
internationalisation and multilingual support.</li>
<li><strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
programming languages, databases, and operating systems. Choosing UTF-8 helps
ensure compatibility across different platforms and technologies.</p>
ensure compatibility across different platforms and technologies.</li>
</ul>
<p>When working with text data, UTF-8 encoding is recommended to avoid issues related to character
representation and ensure that a diverse set of characters and languages is supported.</p>
<p>For assistance, please contact: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;">&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;</a></p>
Expand Down
28 changes: 15 additions & 13 deletions dev/archived_templates/survey_site_data-v1.0.0.csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1811,25 +1811,27 @@ <h3 id="appendix-iv-utf-8">APPENDIX-IV: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:
- <strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.
- <strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.
- <strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
identical to ASCII, making it easy to work with systems that use ASCII.</li>
<li><strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
and many other languages). It uses one byte for ASCII characters and up to four
bytes for other characters. This variable-length encoding minimises storage and
bandwidth requirements.
- <strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.
- <strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
bandwidth requirements.</li>
<li><strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.</li>
<li><strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
range of languages and scripts becomes crucial. UTF-8 is well-suited for
internationalisation and multilingual support.
- <strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
internationalisation and multilingual support.</li>
<li><strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
programming languages, databases, and operating systems. Choosing UTF-8 helps
ensure compatibility across different platforms and technologies.</p>
ensure compatibility across different platforms and technologies.</li>
</ul>
<p>When working with text data, UTF-8 encoding is recommended to avoid issues related to character
representation and ensure that a diverse set of characters and languages is supported.</p>
<p>For assistance, please contact: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;">&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;</a></p>
Expand Down
7 changes: 4 additions & 3 deletions dev/incidental_occurrence_data-v3.0.0.csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3439,10 +3439,11 @@ <h3 id="appendix-iii-utf-8">APPENDIX-III: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:<strong>Universal Character Support:</strong> UTF-8
can represent almost all characters from all writing systems in use today. This includes
characters from various languages, mathematical symbols, and other special characters.</p>
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.</li>
Expand Down
28 changes: 15 additions & 13 deletions dev/survey_metadata-v2.0.0.csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1822,25 +1822,27 @@ <h3 id="appendix-iv-utf-8">APPENDIX-IV: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:
- <strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.
- <strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.
- <strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
identical to ASCII, making it easy to work with systems that use ASCII.</li>
<li><strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
and many other languages). It uses one byte for ASCII characters and up to four
bytes for other characters. This variable-length encoding minimises storage and
bandwidth requirements.
- <strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.
- <strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
bandwidth requirements.</li>
<li><strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.</li>
<li><strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
range of languages and scripts becomes crucial. UTF-8 is well-suited for
internationalisation and multilingual support.
- <strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
internationalisation and multilingual support.</li>
<li><strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
programming languages, databases, and operating systems. Choosing UTF-8 helps
ensure compatibility across different platforms and technologies.</p>
ensure compatibility across different platforms and technologies.</li>
</ul>
<p>When working with text data, UTF-8 encoding is recommended to avoid issues related to character
representation and ensure that a diverse set of characters and languages is supported.</p>
<p>For assistance, please contact: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;">&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;</a></p>
Expand Down
28 changes: 15 additions & 13 deletions dev/survey_metadata-v3.0.0.csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1809,25 +1809,27 @@ <h3 id="appendix-iv-utf-8">APPENDIX-IV: UTF-8</h3>
the context of web development, data exchange, and modern software systems. UTF-8
(Unicode Transformation Format, 8-bit) is a variable-width character encoding capable of
encoding all possible characters (code points) in Unicode.<br/>
Here are some reasons why UTF-8 is recommended:
- <strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
Here are some reasons why UTF-8 is recommended:</p>
<ul>
<li><strong>Universal Character Support:</strong> UTF-8 can represent almost all characters from all writing
systems in use today. This includes characters from various languages, mathematical symbols,
and other special characters.
- <strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
and other special characters.</li>
<li><strong>Backward Compatibility:</strong> UTF-8 is backward compatible with ASCII (American
Standard Code for Information Interchange). The first 128 characters in UTF-8 are
identical to ASCII, making it easy to work with systems that use ASCII.
- <strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
identical to ASCII, making it easy to work with systems that use ASCII.</li>
<li><strong>Efficiency:</strong> UTF-8 is space-efficient for Latin-script characters (common in English
and many other languages). It uses one byte for ASCII characters and up to four
bytes for other characters. This variable-length encoding minimises storage and
bandwidth requirements.
- <strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.
- <strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
bandwidth requirements.</li>
<li><strong>Web Standards:</strong> UTF-8 is the dominant character encoding for web content. It is
widely supported by browsers, servers, and web-related technologies.</li>
<li><strong>Globalisation:</strong> As software applications become more globalised, supporting a wide
range of languages and scripts becomes crucial. UTF-8 is well-suited for
internationalisation and multilingual support.
- <strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
internationalisation and multilingual support.</li>
<li><strong>Compatibility with Modern Systems:</strong> UTF-8 is the default encoding for many
programming languages, databases, and operating systems. Choosing UTF-8 helps
ensure compatibility across different platforms and technologies.</p>
ensure compatibility across different platforms and technologies.</li>
</ul>
<p>When working with text data, UTF-8 encoding is recommended to avoid issues related to character
representation and ensure that a diverse set of characters and languages is supported.</p>
<p>For assistance, please contact: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;">&#98;&#100;&#114;&#45;&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#64;&#103;&#97;&#105;&#97;&#114;&#101;&#115;&#111;&#117;&#114;&#99;&#101;&#115;&#46;&#99;&#111;&#109;&#46;&#97;&#117;</a></p>
Expand Down
Loading

0 comments on commit cf6cc00

Please sign in to comment.