summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/GetYamlSettings.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-04-08 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2023-04-08 03:01:13 +0000
commit24c6de40a2869f5b6c213c2cf69e597f885f2b19 (patch)
tree5225200910d14cb8b177fad2192b492f3b254e5c /support/latexindent/LatexIndent/GetYamlSettings.pm
parentbd96eb3748479a2feb0e8a0ef06203de92766953 (diff)
CTAN sync 202304080301
Diffstat (limited to 'support/latexindent/LatexIndent/GetYamlSettings.pm')
-rw-r--r--support/latexindent/LatexIndent/GetYamlSettings.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/latexindent/LatexIndent/GetYamlSettings.pm b/support/latexindent/LatexIndent/GetYamlSettings.pm
index 85764353e8..440e2ef20b 100644
--- a/support/latexindent/LatexIndent/GetYamlSettings.pm
+++ b/support/latexindent/LatexIndent/GetYamlSettings.pm
@@ -341,6 +341,9 @@ sub yaml_read_settings {
}
}
+ # diacritics in YAML names (highlighted in https://github.com/cmhughes/latexindent.pl/pull/439)
+ $_ = decode( "utf-8", $_ );
+
# check for existence and non-emptiness
if ( ( -e $_ ) and !( -z $_ ) ) {
$logger->info("Adding $_ to YAML read paths");