The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::JA::Gal - "ギャル文字" converter

SYNOPSIS

use utf8;
use Lingua::JA::Gal;

$text = Lingua::JA::Gal->gal("こんにちは"); # => "⊇w丨ニちレ£"

DESCRIPTION

"ギャル文字" (gal's alphabet) is a Japanese writing style that was popular with Japanese teenage girls in the early 2000s.

https://ja.wikipedia.org/wiki/%E3%82%AE%E3%83%A3%E3%83%AB%E6%96%87%E5%AD%97

METHOD

gal( $text, [ \%options ] )

Lingua::JA::Gal->gal("ギャルもじ"); # => "(キ〃ャlレ€U〃"

OPTIONS

EXPORT

no exports by default.

gal

use Lingua::JA::Gal qw/gal/;

print gal("...");

AUTHOR

Naoki Tomita tomita@cpan.org

LICENSE

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