summaryrefslogtreecommitdiff
path: root/firmware/include/diacritic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/diacritic.h')
-rw-r--r--firmware/include/diacritic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/include/diacritic.h b/firmware/include/diacritic.h
index 5bc275ab9b..4d3390279c 100644
--- a/firmware/include/diacritic.h
+++ b/firmware/include/diacritic.h
@@ -22,5 +22,8 @@
22#define _DIACRITIC_H_ 22#define _DIACRITIC_H_
23#include "system.h" 23#include "system.h"
24 24
25/* Tests whether a given charactor code is a diacritic mark
26 * Sets is_rtl if the character belongs to an RTL language
27 */
25int is_diacritic(const unsigned short char_code, bool *is_rtl); 28int is_diacritic(const unsigned short char_code, bool *is_rtl);
26#endif 29#endif