summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/gentium-tug/gentium.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/gentium-tug/gentium.rb')
-rw-r--r--Master/texmf-dist/source/fonts/gentium-tug/gentium.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/fonts/gentium-tug/gentium.rb b/Master/texmf-dist/source/fonts/gentium-tug/gentium.rb
index 4bfa22ee9d4..9f68654fd99 100644
--- a/Master/texmf-dist/source/fonts/gentium-tug/gentium.rb
+++ b/Master/texmf-dist/source/fonts/gentium-tug/gentium.rb
@@ -243,12 +243,12 @@ class Encoding
file_enc_new.puts line.gsub(/Encoding/, "scEncoding")
elsif line =~ /^\/([^\s%]*)/ then
name = $1
- name_sc = "#{name}.SC"
+ name_sc = "#{name}.sc"
if not font.glyph_names[name] then
puts "Warning: glyph '#{name}' in in encoding '#{@name}' doesn't exist."
end
if name == "uni0237" then
- name_sc = "j.SC"
+ name_sc = "j.sc"
end
if font.glyph_names[name_sc] then
file_enc_new.puts "/#{name_sc}"