summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-26 20:49:55 +0000
committerKarl Berry <karl@freefriends.org>2023-08-26 20:49:55 +0000
commit26ce48249a1c46f68c68363624085ccd767bbc09 (patch)
treed7dac2b8085dec02ff927c7838f6666c08db4443 /Build
parent83ee4a52401d4e6e0a0af8ae5fb5669cf8633388 (diff)
change crlf to lf in source file
git-svn-id: svn://tug.org/texlive/trunk@68078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/font/.gitattributes1
-rw-r--r--Build/source/texk/web2c/luatexdir/font/pdfglyphtounicode-readme.txt20
2 files changed, 10 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/.gitattributes b/Build/source/texk/web2c/luatexdir/font/.gitattributes
deleted file mode 100644
index c7fd80cb24d..00000000000
--- a/Build/source/texk/web2c/luatexdir/font/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-pdfglyphtounicode-readme.txt binary
diff --git a/Build/source/texk/web2c/luatexdir/font/pdfglyphtounicode-readme.txt b/Build/source/texk/web2c/luatexdir/font/pdfglyphtounicode-readme.txt
index 45f15a87d43..8c98903efe8 100644
--- a/Build/source/texk/web2c/luatexdir/font/pdfglyphtounicode-readme.txt
+++ b/Build/source/texk/web2c/luatexdir/font/pdfglyphtounicode-readme.txt
@@ -1,10 +1,10 @@
-In pdftex there are some more heuristics going on when determining the
-tounicode mapping:
-
-- more lookups using periods
-- a prefix tfm:cmr10/foo -> bar mapping
-
-Because in luatex one can have a callback that just loads the tfm and then
-decorates it with tounicodes we don't do this in luatex.
-
-HH
+In pdftex there are more heuristics going on when determining the
+tounicode mapping:
+
+- more lookups using periods
+- a prefix tfm:cmr10/foo -> bar mapping
+
+Because in luatex one can have a callback that just loads the tfm and then
+decorates it with tounicodes we don't do this in luatex.
+
+HH