On Tue Feb 04 10:34:41 2014, vsespb wrote:
Show quoted text> We were using YAML::Tiny for reading non-UTF-8 files. Now it's broken,
> previous documentation changed. Even there is no note in changelogs.
> Why?
The YAML specification requires a YAML stream to be UTF-8 (or UTF-16). (
http://yaml.org/spec/1.1/#id868742) The changes in 1.57 brings YAML::Tiny into compliance with the spec. The lack of changelog entry was an oversight.
You should still be able to load data from a file with your own decoding and pass the resulting character data to YAML::Tiny->read_string.
An updated Changes entry has been committed and will be shipped soonish, so I'm closing this ticket.