summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/data-vir.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/data-vir.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/data-vir.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/data-vir.lua b/Master/texmf-dist/tex/context/base/data-vir.lua
index 5a288953faa..89359c19a08 100644
--- a/Master/texmf-dist/tex/context/base/data-vir.lua
+++ b/Master/texmf-dist/tex/context/base/data-vir.lua
@@ -55,7 +55,8 @@ function openers.virtual(specification)
report_virtual("opener, file '%s' opened",original)
end
data[original] = nil
- return openers.helpers.textopener("virtual",original,d)
+ -- With utf-8 we signal that no regime is to be applied!
+ return openers.helpers.textopener("virtual",original,d,"utf-8")
else
if trace_virtual then
report_virtual("opener, file '%s' not found",original)