notofonts / noto-fonts

Noto fonts, except for CJK and emoji
http://fonts.google.com/noto
SIL Open Font License 1.1
2.45k stars 200 forks source link

Filenames causing problem with GitHub Desktop in Windows #2344

Closed DLasher106 closed 2 years ago

DLasher106 commented 2 years ago

The names of certain recently added files are invalid in Windows, which creates problems when pulling with GitHub Desktop.

The files are in the main/images/issue_data/ directory, a total of 8 files with names starting with “s:” (which is not valid in Windows filenames), such as s: myanmar-TOP01-googlefonts.noto-fonts.weekly-data.csv

marekjez86 commented 2 years ago

@DLasher106 : should be fixed but please verify

DLasher106 commented 2 years ago

Not Fixed.

It seems that the files with (invalid in Windows) names were copied to files with valid names, but the invalid-name files are still there.

A fix requires removing the files with “s:” in their names, so that they do not exist at all.

s:arabic-TOP03-googlefonts.noto-fonts.weekly-data-20220420.csv s:arabic-TOP03-googlefonts.noto-fonts.weekly-data-20220425.csv s:arabic-TOP03-googlefonts.noto-fonts.weekly-data-20220502.csv s:latingreekcyrillic-TOP01-googlefonts.noto-fonts.weekly-data-20220420.csv s:latingreekcyrillic-TOP01-googlefonts.noto-fonts.weekly-data-20220425.csv s:latingreekcyrillic-TOP01-googlefonts.noto-fonts.weekly-data-20220502.csv s:myanmar-TOP01-googlefonts.noto-fonts.weekly-data.csv s:myanmar-TOP02-googlefonts.noto-fonts.weekly-data.csv s:symbol-TOP02-googlefonts.noto-fonts.weekly-data-20220420.csv s:tibetan-TOP03-googlefonts.noto-fonts.weekly-data-20220420.csv

DLasher106 commented 2 years ago

Fixed by the May 14 commit.

Thanks!