Skip Menu |

This queue is for tickets about the YAML-Tiny CPAN distribution.

Report information
The Basics
Id: 89017
Status: resolved
Priority: 0/
Queue: YAML-Tiny

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: write_file should produce a UTF-8 encoded file
Related to other Unicode issues. Regardless of whether write_string changes to output characters or UTF-8 encoded text as discussed in https://rt.cpan.org/Ticket/Display.html?id=76180 the write_file method should be fixed to produce a UTF-8 encoded output file (if UTF-8 is available). There is also currently no test coverage for write_file.
On Sat Sep 28 14:36:23 2013, DAGOLDEN wrote: Show quoted text
> Related to other Unicode issues. Regardless of whether write_string > changes to output characters or UTF-8 encoded text as discussed in > https://rt.cpan.org/Ticket/Display.html?id=76180 the write_file > method should be fixed to produce a UTF-8 encoded output file (if UTF- > 8 is available). > > There is also currently no test coverage for write_file.
Ahem. No coverage for "write". I have a PR to address this ticket: https://github.com/Perl-Toolchain-Gang/YAML-Tiny/pull/2
Fixed in the repository.