summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/regi-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/regi-ini.lua')
-rw-r--r--tex/context/base/mkiv/regi-ini.lua28
1 files changed, 14 insertions, 14 deletions
diff --git a/tex/context/base/mkiv/regi-ini.lua b/tex/context/base/mkiv/regi-ini.lua
index 4b2412ee8..8d4f2bfd5 100644
--- a/tex/context/base/mkiv/regi-ini.lua
+++ b/tex/context/base/mkiv/regi-ini.lua
@@ -472,17 +472,17 @@ end
-- Actually we can have a function returned from the lookup but we don't
-- really use this code so I'm in no hurry.
-if lua.getcodepage then
- local cod, acp, map
- function os.tocodepage(name)
- if map == nil then
- cod, acp = lua.getcodepage()
- map = cod and cod ~= 65001 and regimes.toregime
- end
- return map and map(cod,name) or name
- end
-else
- function os.tocodepage(name)
- return name
- end
-end
+-- if os.getcodepage then
+-- local cod, acp, map
+-- function os.tocodepage(name)
+-- if map == nil then
+-- cod, acp = os.getcodepage()
+-- map = cod and cod ~= 65001 and regimes.toregime
+-- end
+-- return map and map(cod,name) or name
+-- end
+-- else
+-- function os.tocodepage(name)
+-- return name
+-- end
+-- end