reinderien / mimic

[ab]using Unicode to create tragedy
MIT License
3.74k stars 102 forks source link

Some characters do not display in Windows 7 #31

Open Semigradsky opened 8 years ago

Semigradsky commented 8 years ago

Homoglyphs from repo:

["               ", "!!ǃⵑ︕﹗", """", "##﹟", "$$﹩", "%%٪⁒﹪", "&&﹠", "''ʹʹ", "((﹙", "))﹚", "**⋆﹡", "++᛭﹢", ",,ˏᛧ‚", "--˗−⎼╴﹣", "..․", "//᜵⁄∕⧸", "2ᒿ", "3Ʒℨ", "4Ꮞ", "6Ꮾ", "9Ꮽ", "::ː˸։፡᛬⁚∶⠆︓﹕", ";;;︔﹔", "<<˂‹≺❮ⵦ﹤", "==═⚌﹦", ">>˃›≻❯﹥", "??︖﹖", "@@﹫", "AΑАᎪ", "BΒВᏴᗷⲂ", "CϹСᏟⅭⲤ", "DᎠᗪⅮ", "EΕЕᎬ", "Fᖴ", "GԌᏀ", "HΗНዘᎻᕼⲎ", "IΙІⅠ", "JЈᎫᒍ", "KΚᏦᛕKⲔ", "LᏞᒪⅬ", "MΜϺМᎷⅯ", "NΝⲚ", "OΟОⲞ", "PΡРᏢⲢ", "QԚⵕ", "RᎡᏒᖇ", "SЅᏚ", "TΤТᎢ", "VᏙⅤ", "WᎳᏔ", "XΧХⅩⲬ", "YΥⲨ", "ZΖᏃ", "[[", "\\∖⧵⧹﹨", "]]", "^^˄ˆᶺ⌃", "__ˍ⚊", "``ˋ`‵", "aɑа", "cϲсⅽ", "dԁⅾ", "eеᥱ", "gɡ", "hһ", "iіⅰ", "jϳј", "lⅼ", "mⅿ", "nᥒ", "oοоഠⲟ", "pрⲣ", "sѕ", "uᥙ∪", "vᴠⅴ∨⋁", "wᴡ", "xхⅹⲭ", "yуỿ", "zᴢ", "{{﹛", "||ǀᛁ⎜⎟⎢⎥⎪⎮│", "}}﹜", "~~˜⁓∼"]

That's what I see in the Sublime Text: image

refi64 commented 8 years ago

Isn't this just a Sublime Text issue? Or an issue with your monospace font?

Try using a different one.

Semigradsky commented 8 years ago

In Google Chrome console and Visual Studio Code the same thing happens. My OS is Windows 7.

refi64 commented 8 years ago

I meant a different monospace font...

Semigradsky commented 8 years ago

On Windows 10 I have the same result.

Of course I can set different font, but the fact that not all the characters are displayed in a standard font. And the example from README does not look as mimic: image

reinderien commented 8 years ago

What 'standard font' are you using, so that I can attempt to reproduce it?

Semigradsky commented 8 years ago

In Sublime Text this is consolas (standard windows monospaced font):

>>> view.settings().get('font_face')
'Consolas'
reinderien commented 8 years ago

Yes, that's a popular font - I will move the problematic characters to reverse-only. Can you (or someone else) please screenshot the output of current mimic -l on Windows in Consolas?