diff options
author | 2024-01-11 05:07:16 +1100 | |
---|---|---|
committer | 2024-01-11 05:07:16 +1100 | |
commit | 97cc36b41fba3c4fbafd55704166681d8027a365 (patch) | |
tree | e86e427ad7292bbb901bba80ef1fa0c6dfbf0e63 /src/tools/srcclean.cpp | |
parent | d8ffdfb1c8b0fe73832141e5de15417d84ba46e5 (diff) |
mattel/aquarius.cpp: Support pasting Arabic text for aquarius_ar in Arabic mode.
Diffstat (limited to 'src/tools/srcclean.cpp')
-rw-r--r-- | src/tools/srcclean.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp index adcd52541b6..d5429ae4823 100644 --- a/src/tools/srcclean.cpp +++ b/src/tools/srcclean.cpp @@ -19,6 +19,7 @@ Known C++ limitations: * No filtering of control characters + * Will not handle raw string literals correctly * Will not produce expected output for a string continuation within a preprocessor macro, e.g this: #define MY_MACRO \ |