We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e324b commit 9f5cc4fCopy full SHA for 9f5cc4f
src/data.table.h
@@ -42,6 +42,7 @@
42
/* we mean the encoding bits, not CE_NATIVE in a UTF-8 locale */
43
#define IS_UTF8(x) (getCharCE(x) == CE_UTF8)
44
#define IS_LATIN(x) (getCharCE(x) == CE_LATIN1)
45
+// TODO: remove the `R_SVN_VERSION` check when R 4.5.0 is released (circa Apr. 2025)
46
#if R_VERSION < R_Version(4, 5, 0) || R_SVN_REVISION < 86789
47
# define IS_ASCII(x) (LEVELS(x) & 64)
48
#else
0 commit comments