[latex3-commits] [git/LaTeX3-latex3-luaotfload] bidi-dev: renamed the mirroring text according discussion (9905253)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Aug 24 15:04:16 CEST 2019
Repository : https://github.com/latex3/luaotfload
On branch : bidi-dev
Link : https://github.com/latex3/luaotfload/commit/990525344dd4a8682ba8e24d94e7e88ebffee068
>---------------------------------------------------------------
commit 990525344dd4a8682ba8e24d94e7e88ebffee068
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Aug 24 15:04:16 2019 +0200
renamed the mirroring text according discussion
>---------------------------------------------------------------
990525344dd4a8682ba8e24d94e7e88ebffee068
build.lua | 6 +++---
src/{OpentypeMirroring.txt => BidiMirroring-510.txt} | 0
src/luaotfload-bidi.lua | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.lua b/build.lua
index c371a57..4164c3b 100644
--- a/build.lua
+++ b/build.lua
@@ -177,14 +177,14 @@ else
"**/fontloader-*.lua",
"**/fontloader-*.tex",
"luaotfload-blacklist.cnf",
- "OpentypeMirroring.txt",
+ "BidiMirroring-510.txt",
"./doc/filegraph.tex",
"./doc/luaotfload-main.tex",
}
installfiles = {
"luaotfload.sty",
"luaotfload-blacklist.cnf",
- "OpentypeMirroring.txt",
+ "BidiMirroring-510.txt",
"**/luaotfload-*.lua",
"**/fontloader-*.lua",
"**/fontloader-*.tex",
@@ -194,7 +194,7 @@ tdslocations=
{
"source/luatex/luaotfload/fontloader-reference-load-order.lua",
"source/luatex/luaotfload/fontloader-reference-load-order.tex",
- "tex/generic/unicode-data/OpentypeMirroring.txt"
+ "tex/generic/unicode-data/BidiMirroring-510.txt"
}
scriptfiles = {"luaotfload-tool.lua"}
diff --git a/src/OpentypeMirroring.txt b/src/BidiMirroring-510.txt
similarity index 100%
rename from src/OpentypeMirroring.txt
rename to src/BidiMirroring-510.txt
diff --git a/src/luaotfload-bidi.lua b/src/luaotfload-bidi.lua
index 934583d..bf3d49d 100644
--- a/src/luaotfload-bidi.lua
+++ b/src/luaotfload-bidi.lua
@@ -104,7 +104,7 @@ local opentype_mirroring do
* entry^0
, rawset)
- local f = io.open(kpse.find_file"OpentypeMirroring.txt")
+ local f = io.open(kpse.find_file"BidiMirroring-510.txt")
opentype_mirroring = file:match(f:read'*a')
f:close()
end
More information about the latex3-commits
mailing list