Skip to content

Commit 0a3723f

Browse files
leave ISO-8859-1 implicit for fr_CA
1 parent e5b3b62 commit 0a3723f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check-occasional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Multibyte characters: Mandarin
2323
'zh_CN.utf8',
2424
# Encoding: non-UTF-8 locales for French, Mandarin, and Russian
25-
'fr_CA.ISO-8859-1', 'zh_CN.GB18030', 'ru_RU.KOI8-R',
25+
'fr_CA', 'zh_CN.GB18030', 'ru_RU.KOI8-R', # fr_CA is implicitly 'ISO-8859-1'
2626
# Collate order (#3502, see also #7837): Latvian, Azeri, Hungarian, Faroese, Albanian
2727
'lv_LV.utf8', 'az_AZ.utf8', 'hu_HU.utf8', 'fo_FO.utf8', 'sq_MK.utf8',
2828
# Local time formatting (for R bug #19117)

0 commit comments

Comments
 (0)