NAME

usww - was forked from usw especially for Windows.

SYNOPSIS

use usww; # is just 9 bytes pragma instead of below:
use utf8;
use strict;
use warnings;
my $cp = '__YourCP__' || 'UTF-8';
binmode \*STDOUT, ':encoding($cp)';
binmode \*STDERR, ':encoding($cp)';

DESCRIPTION

usww is deprecated because usw now adapt Windows.

This document exists just only for backwards compatibility

LICENSE

Copyright (C) worthmine.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Yuki Yoshida(worthmine)