.. ============================================================================
..
.. ztd.cuneicode
.. Copyright © JeanHeyd "ThePhD" Meneide and Shepherd's Oasis, LLC
.. Contact: opensource@soasis.org
..
.. Commercial License Usage
.. Licensees holding valid commercial ztd.cuneicode licenses may use this file in
.. accordance with the commercial license agreement provided with the
.. Software or, alternatively, in accordance with the terms contained in
.. a written agreement between you and Shepherd's Oasis, LLC.
.. For licensing terms and conditions see your agreement. For
.. further information contact opensource@soasis.org.
..
.. Apache License Version 2 Usage
.. Alternatively, this file may be used under the terms of Apache License
.. Version 2.0 (the "License") for non-commercial use; you may not use this
.. file except in compliance with the License. You may obtain a copy of the
.. License at
..
.. https://www.apache.org/licenses/LICENSE-2.0
..
.. Unless required by applicable law or agreed to in writing, software
.. distributed under the License is distributed on an "AS IS" BASIS,
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
.. See the License for the specific language governing permissions and
.. limitations under the License.
..
.. ========================================================================= ..
Bibliography
============
These are all the resources that this documentation links to, in alphabetical order.
.. glossary::
:sorted:
iconv
Bruno Haible and Daiki Ueno. libiconv. August 2020. URL: `https://savannah.gnu.org/projects/libiconv/ `_. `A software library `_ for working with and converting text. Typically ships on most, if not all, POSIX and Linux systems.
ICU
Unicode Consortium. "International Components for Unicode". April 17th, 2019. URL: `https://github.com/hsivonen/encoding_rs `_ The premiere library for not only performing encoding conversions, but performing other Unicode-related algorithms on sequences of text.
simdutf
Daniel Lemire et. al. "simdutf: Unicode at Gigabytes per Second." January 28th, 2022. URL: `https://github.com/simdutf/simdutf `_.