Skip to content

Commit

Permalink
馃Ч Clean up incomplete sentence in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Feb 24, 2021
1 parent 3aac073 commit 64a41a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are various configuration macros and CMake/build-time switches that will c
.. _config-ZTD_TEXT_USE_CUNEICODE:

- ``ZTD_TEXT_USE_CUNEICODE`` (CMake: ``ZTD_TEXT_USE_CUNEICODE``)
- Enables use of the `Cuneicode project <https://ztdcuneicode.rtfd.io>`_, which has low-level C routines for converting from one
- Enables use of the `Cuneicode project <https://ztdcuneicode.rtfd.io>`_, which has low-level C routines for converting from one encoding form to another encoding form. Only includes a limited number of conversions, specifically from and to the execution encoding to other encodings.
- Makes the ``ztd::text::cnc_encoding`` available (accessible directly VIA ``#include <ztd/text/cnc_encoding.hpp>``)
- Default: off.
- Turned on if the special ``__has_include`` directive is present with the compiler and ``__has_include(<ztd/cuneicode/cuneicode.h>)`` works.
Expand Down

0 comments on commit 64a41a6

Please sign in to comment.