NAME
Yukki::TextUtil - Utilities to help make everything happy UTF-8
VERSION
version 0.991_003
DESCRIPTION
Yukki aims at fully supporting UTF-8 in everything it does. Please report any bugs you find. This library exports tools used internally to help make sure that input is decoded from UTF-8 on the way in and encoded into UTF-8 on the way out.
SUBROUTINES
dump_file
dump_file($file, $data);
This is pretty much identical in purpose to "DumpFile" in YAML, but encodes to UTF-8 on the way out.
load_file
$data = load_file($file);
This is similar to "LoadFile" in YAML, but decodes from UTF-8 while reading input.
prompt
$value = prompt(...);
This is similar to "prompt" in IO::Prompter, but decodes UTF-8 in the input.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.