Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XeLaTeX: There is no (U+0020) in font SimpleIcons Filtered #18

Open
Rimole opened this issue Jun 29, 2023 · 7 comments
Open

XeLaTeX: There is no (U+0020) in font SimpleIcons Filtered #18

Rimole opened this issue Jun 29, 2023 · 7 comments

Comments

@Rimole
Copy link

Rimole commented Jun 29, 2023

\documentclass{article}
\usepackage{simpleicons}
\begin{document}
\end{document}

compiled with XeLaTeX gives:

Missing character: There is no (U+0020) in font SimpleIcons Filtered!
Missing character: There is no (U+0020) in font SimpleIcons Filtered/OT!
Missing character: There is no (U+0020) in font SimpleIcons Filtered/OT:language=dflt;!
Missing character: There is no (U+0020) in font SimpleIcons Filtered/OT:language=dflt;!

Compiling with LuaLaTeX or pdfLaTeX does not give any of these errors.

@ineshbose
Copy link
Owner

Is this related to #17? I hope this is resolved is v9.3.0 if you'd like to confirm

@hair-splitter
Copy link

This bug seems to be fixed in v9.4.0.

@Rimole Rimole closed this as completed Jul 10, 2023
@Rimole Rimole reopened this Jul 10, 2023
@Rimole
Copy link
Author

Rimole commented Jul 10, 2023

When compiling (with XeLaTeX) the document given in my first post, I still get:

This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023) (preloaded format=xelatex)
 restricted \write18 enabled.
entering extended mode
(./Namenlos-1.tex
LaTeX2e <2023-06-01> patch level 1
L3 programming layer <2023-06-30>
(m:/2023/texmf-dist/tex/latex/base/article.cls
Document Class: article 2023/05/17 v1.4n Standard LaTeX document class
(m:/2023/texmf-dist/tex/latex/base/size10.clo)) (m:/2023/texmf-dist/tex/latex/simpleicons/simpleicons.sty
(m:/2023/texmf-dist/tex/generic/iftex/iftex.sty) (m:/2023/texmf-dist/tex/latex/fontspec/fontspec.sty
(m:/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty (m:/2023/texmf-dist/tex/latex/l3kernel/expl3.sty
(m:/2023/texmf-dist/tex/latex/l3backend/l3backend-xetex.def))) (m:/2023/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
(m:/2023/texmf-dist/tex/latex/base/fontenc.sty) (m:/2023/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
Missing character: There is no   (U+0020) in font [SimpleIcons.otf]/OT!
Missing character: There is no   (U+0020) in font [SimpleIcons.otf]/OT!
Missing character: There is no   (U+0020) in font [SimpleIcons.otf]/OT:language=dflt;!
(m:/2023/texmf-dist/tex/latex/simpleicons/simpleiconsglyphs-xeluatex.tex)) (./Namenlos-1.aux)
(m:/2023/texmf-dist/tex/latex/base/ts1cmr.fd) (./Namenlos-1.aux) )
No pages of output.
Transcript written on Namenlos-1.log.

@hair-splitter
Copy link

This bug seems to be fixed in v9.4.0.

Sorry, I was wrong, Rimole's previous comment is correct!

@raffaem
Copy link

raffaem commented Aug 28, 2023

This bug seems to be fixed in v9.4.0.

Sorry, I was wrong, Rimole's previous comment is correct!

So we can close this?

@Rimole
Copy link
Author

Rimole commented Aug 28, 2023

@raffaem No, the issue is still there. Just compile the example using XeLaTeX and see the log for yourself.

@Rimole
Copy link
Author

Rimole commented Nov 19, 2023

Looking at SimpleIcons.otf with FontForge, it shows that U+0020, the space character, is indeed not defined there. Also 0009 (tab), 000A (linefeed), 000D (carriage return), 00A0 (non-breaking space) and some others are missing. Maybe at least those named here can be copied from another free font? They are just space characters, after all.

U+0020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants