diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-07 18:04:23 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-07 18:04:23 +0200 |
commit | 177977e777a4b8b88a37f7f009e24c8378d11e1c (patch) | |
tree | daf061e7e2ba4b31c647037ba157d03fc3f81561 /doc/bugs | |
parent | 1e6aaa9d5948a7c32f03a7728acd8b37d4345cf5 (diff) | |
download | ikiwiki-177977e777a4b8b88a37f7f009e24c8378d11e1c.tar ikiwiki-177977e777a4b8b88a37f7f009e24c8378d11e1c.tar.gz |
Reply: well, maybe 't was a bit quick.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/yaml_setup_file_does_not_support_UTF-8_if_XS_is_installed.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/yaml_setup_file_does_not_support_UTF-8_if_XS_is_installed.mdwn b/doc/bugs/yaml_setup_file_does_not_support_UTF-8_if_XS_is_installed.mdwn index f185b4db7..70ba4b582 100644 --- a/doc/bugs/yaml_setup_file_does_not_support_UTF-8_if_XS_is_installed.mdwn +++ b/doc/bugs/yaml_setup_file_does_not_support_UTF-8_if_XS_is_installed.mdwn @@ -66,3 +66,12 @@ preferred one? >>>>> Yes, [[!debbug 625713]] reports this also affects debian unstable. >>>>> So, I will add a conflict I guess. [[done]] --[[Joey]] + +>>>>>> With the additional info and test cases I provided on the +>>>>>> Debian bug (Message #22), I now doubt this is a YAML::XS bug +>>>>>> very much. Also, the RT bug I linked to happens with `use +>>>>>> utf8`, which is not the case in ikiwiki AFAIK => I think you +>>>>>> shall reconsider whether this bug really is YAML::XS' fault, or +>>>>>> YAML::Any's fault, or Perl's fault, or... the way ikiwiki +>>>>>> slurps and untaints UTF-8 YAML setup files. Sorry for providing +>>>>>> information that may have been misguided. --[[intrigeri]] |