aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-06 17:22:57 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-06 17:23:02 +0200
commitce6cee357025dfae7276adcc7471a2672649e92a (patch)
tree0e6ca0f91677d660dc7fbf47a7e572c979dbb74a /README.md
parentc996f4ac3379f44cd14fa38049ed45031498eb84 (diff)
downloadqpdf-ce6cee357025dfae7276adcc7471a2672649e92a.tar.zst
Spell check
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f925dbd..2c83f8ba 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Packagers may set DESTDIR, in which case make install will install inside of DES
Executive summary: manually define -DQPDF_NO_WCHAR_T in your build if you are building on a system without wchar_t. For details, read the rest of this section.
-While wchar_t is part of the C++ standard library and should be present on virtually every system, there are some stripped down systems, such as those targetting certain embedded environments, that lack wchar_t. Internally, qpdf uses UTF-8 encoding for everything, so there is nothing important in qpdf's API that uses wchar_t. However, there is a helper method for converting between wchar_t* and char* that uses wchar_t.
+While wchar_t is part of the C++ standard library and should be present on virtually every system, there are some stripped down systems, such as those targeting certain embedded environments, that lack wchar_t. Internally, qpdf uses UTF-8 encoding for everything, so there is nothing important in qpdf's API that uses wchar_t. However, there is a helper method for converting between wchar_t* and char* that uses wchar_t.
If you are building in an environment that does not support wchar_t, you can define the preprocessor symbol QPDF_NO_WCHAR_T in your build. This will work whether you are building qpdf and need to avoid compiling the code that uses wchar_t or whether you are building client code that uses qpdf.