1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-11-20 00:29:58 +00:00

dont use working-tree-encoding, just use encoding

This commit is contained in:
Kalamatee
2020-01-15 04:05:20 +00:00
committed by deadwood
parent da63d430a8
commit 9358b50793

68
.gitattributes vendored
View File

@ -8,51 +8,53 @@
# do not change them, and do not use symbols in their catalogs
# that cannot be displayed by ISO-8859-1
#
albanian.ct text working-tree-encoding=ISO-8859-1
catalan.ct text working-tree-encoding=ISO-8859-1
danish.ct text working-tree-encoding=ISO-8859-1
dutch.ct text working-tree-encoding=ISO-8859-1
faroese.ct text working-tree-encoding=ISO-8859-1
finnish.ct text working-tree-encoding=ISO-8859-1
french.ct text working-tree-encoding=ISO-8859-1
german.ct text working-tree-encoding=ISO-8859-1
irish.ct text working-tree-encoding=ISO-8859-1
icelandic.ct text working-tree-encoding=ISO-8859-1
italian.ct text working-tree-encoding=ISO-8859-1
norwegian.ct text working-tree-encoding=ISO-8859-1
portuguese.ct text working-tree-encoding=ISO-8859-1
spanish.ct text working-tree-encoding=ISO-8859-1
swedish.ct text working-tree-encoding=ISO-8859-1
*.cd text encoding=ISO-8859-1
albanian.ct text encoding=ISO-8859-1
catalan.ct text encoding=ISO-8859-1
danish.ct text encoding=ISO-8859-1
dutch.ct text encoding=ISO-8859-1
faroese.ct text encoding=ISO-8859-1
finnish.ct text encoding=ISO-8859-1
french.ct text encoding=ISO-8859-1
german.ct text encoding=ISO-8859-1
irish.ct text encoding=ISO-8859-1
icelandic.ct text encoding=ISO-8859-1
italian.ct text encoding=ISO-8859-1
norwegian.ct text encoding=ISO-8859-1
portuguese.ct text encoding=ISO-8859-1
spanish.ct text encoding=ISO-8859-1
swedish.ct text encoding=ISO-8859-1
# ISO-8859-2
#
bosnian.ct text working-tree-encoding=ISO-8859-2
croatian.ct text working-tree-encoding=ISO-8859-2
czech.ct text working-tree-encoding=ISO-8859-2
hungarian.ct text working-tree-encoding=ISO-8859-2
rumanian.ct text working-tree-encoding=ISO-8859-2
slovak.ct text working-tree-encoding=ISO-8859-2
slovene.ct text working-tree-encoding=ISO-8859-2
bosnian.ct text encoding=ISO-8859-2
croatian.ct text encoding=ISO-8859-2
czech.ct text encoding=ISO-8859-2
hungarian.ct text encoding=ISO-8859-2
rumanian.ct text encoding=ISO-8859-2
slovak.ct text encoding=ISO-8859-2
slovene.ct text encoding=ISO-8859-2
# Polish is stored as ISO-8859-2 but used as AmigaPL
polish.ct text working-tree-encoding=ISO-8859-2
polish.ct text encoding=ISO-8859-2
# ISO-8859-3
#
maltese.ct text working-tree-encoding=ISO-8859-3
turkish.ct text working-tree-encoding=ISO-8859-3
maltese.ct text encoding=ISO-8859-3
turkish.ct text encoding=ISO-8859-3
# ISO-8859-4
#
estonian.ct text working-tree-encoding=ISO-8859-4
latvian.ct text working-tree-encoding=ISO-8859-4
lithuanian.ct text working-tree-encoding=ISO-8859-4
estonian.ct text encoding=ISO-8859-4
latvian.ct text encoding=ISO-8859-4
lithuanian.ct text encoding=ISO-8859-4
# ISO-8859-5
#
bulgarian.ct text working-tree-encoding=ISO-8859-5
macedonian.ct text working-tree-encoding=ISO-8859-5
serbian.ct text working-tree-encoding=ISO-8859-5
ukrainian.ct text working-tree-encoding=ISO-8859-5
bulgarian.ct text encoding=ISO-8859-5
macedonian.ct text encoding=ISO-8859-5
serbian.ct text encoding=ISO-8859-5
ukrainian.ct text encoding=ISO-8859-5
# Russian is stored as WINDOWS-1251 but used as Amiga-1251
russian.ct text working-tree-encoding=WINDOWS-1251
russian.ct text encoding=WINDOWS-1251