Integrate mainline
[p5sagit/p5-mst-13.2.git] / ext / File / Glob / Glob.xs
index bc58b6a..1bb5fc4 100644 (file)
@@ -63,6 +63,8 @@ PPCODE:
                                      strlen(pglob.gl_pathv[i])));
            TAINT;
            SvTAINT(tmp);
+           if (pglob.gl_flags & GLOB_UTF8 && !IN_BYTES)
+               SvUTF8_on(tmp);
            PUSHs(tmp);
        }