diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-10 21:34:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-10 21:34:44 -0400 |
commit | 0e224c76cc7c9a6b9d2f2bc50f592dea91edcb39 (patch) | |
tree | 7eda806e24155c2c04aca744be1864da640d9694 | |
parent | b2754fa27222e7cbc6ae7616ef80f4c70aa3d7d4 (diff) | |
parent | 480fbcc25f97491e6577955e104566ac2f339ebc (diff) | |
download | ikiwiki-0e224c76cc7c9a6b9d2f2bc50f592dea91edcb39.tar ikiwiki-0e224c76cc7c9a6b9d2f2bc50f592dea91edcb39.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/bugs/yaml_setup_file_does_not_support_UTF-8_if_XS_is_installed.mdwn | 14 | ||||
-rw-r--r-- | doc/sandbox.mdwn | 3 |
2 files changed, 17 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 c12492c6a..e9ae1883a 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 @@ -84,3 +84,17 @@ preferred one? >>>>>>> avoid this failure, while resulting in parsed yaml where every >>>>>>> string was likewise not decoded unicode, which is not very useful. >>>>>>> --[[Joey]] + +>>>>>>>> You guessed right about the non-decoded bytes being passed to +>>>>>>>> YAML::XS, except this is the way it shall be done. YAML::XS +>>>>>>>> POD reads: "YAML::XS only deals with streams of utf8 octets". +>>>>>>>> Feed it with non-decoded UTF-8 bytes and it gives you +>>>>>>>> properly encoded UTF-8 Perl strings in exchange. +>>>>>>>> +>>>>>>>> Once this has been made clear, since 1. this module indeed +>>>>>>>> seems to be the future of YAML in Perl, and 2. is depended on +>>>>>>>> by other popular software such as dh-make-perl (on the 2nd +>>>>>>>> degree), I suggest using it explicitly instead of the current +>>>>>>>> "try to support every single YAML Perl module and end up +>>>>>>>> conflicting with the now recommended one" nightmare. +>>>>>>>> --[[intrigeri]] diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn index a5d686908..9ade25292 100644 --- a/doc/sandbox.mdwn +++ b/doc/sandbox.mdwn @@ -93,3 +93,6 @@ This is super cool Joey! Testing a change! Testing multilanguage support via utf-8: Ελληνικά. 日本語。 + +Testing Haiku +[[!haiku hint="argument"]] |