X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utf8.c;h=0153fd6cd86858228ce7269f52b10395560cc3ef;hb=2decb4fb82e001e3c9671c57b61232c651a9c22c;hp=b27774af7f9aeb4f08a6aa1d9c6de0493ec8ccd7;hpb=6b8eaf932222db04db65aff99717b9c1dbd0a692;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utf8.c b/utf8.c index b27774a..0153fd6 100644 --- a/utf8.c +++ b/utf8.c @@ -69,7 +69,7 @@ Perl_uv_to_utf8(pTHX_ U8 *d, UV uv) return d; } #ifdef HAS_QUAD - if (uv < 0x2000000000) + if (uv < 0x1000000000LL) #endif { *d++ = 0xfe; /* Can't match U+FEFF! */