summaryrefslogtreecommitdiff
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 08979f3..dee50c1 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -69,4 +69,7 @@ bool isUTF8CharUpperCase(const std::string &input,size_t pos);
*/
int isUTF8NonBreakableSpace(const char *input);
+/** Check if the given Unicode character represents a punctuation character */
+bool isUTF8PunctuationCharacter(uint32_t unicode);
+
#endif