Skip to content

Commit

Permalink
embed glyphs: removed duplicated, added missing chars (slint-ui#6782)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloVanGH authored Nov 14, 2024
1 parent ed372e9 commit 9cfe886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/compiler/passes/embed_glyphs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub fn embed_glyphs<'a>(
('a'..='z')
.chain('A'..='Z')
.chain('0'..='9')
.chain(" '!\"#$%&'()*+,-./:;<=>?@\\]^_|~".chars())
.chain(" '!\"#$%&()*+,-./:;<=>?@\\[]{}^_|~".chars())
.chain(std::iter::once('●'))
.chain(std::iter::once('…')),
);
Expand Down

0 comments on commit 9cfe886

Please sign in to comment.