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 01385c1 commit 6a29ea9Copy full SHA for 6a29ea9
src/data.table.h
@@ -36,7 +36,7 @@
36
/* we mean the encoding bits, not CE_NATIVE in a UTF-8 locale */
37
#define IS_UTF8(x) (getCharCE(x) == CE_UTF8)
38
#define IS_LATIN(x) (getCharCE(x) == CE_LATIN1)
39
-#if R_VERSION < R_Version(4, 5, 0)
+#if R_VERSION < R_Version(4, 5, 0) || R_SVN_REVISION < 86789
40
# define IS_ASCII(x) (LEVELS(x) & 64)
41
#else
42
# define IS_ASCII(x) (Rf_charIsASCII(x)) // no CE_ASCII
0 commit comments