/Text-UpsideDown

Flip text upside-down using Unicode. Perl 5 -> 6 port.

Primary LanguagePerl 6

Build Status Build status

NAME

Text::UpsideDown - Flip text upside-down using Unicode

SYNOPSIS

use Text::UpsideDown;
say upside_down("foo");
# prints "ooɟ"

DESCRIPTION

This module will flip text upside-down using Unicode.

SEE ALSO

AUTHOR

This software is copyright (c) 2007 by Marcel Grünauer and Mike Doherty. Steve (mcsnolte) Nolte ported it to Perl 6 in 2016.

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