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

NAME

dets - desensitise the traditional-simplified nature of a string of Chinese characters.

SYNOPSIS

  % dets 鮮蝦韮菜餃

USAGE

  % grep `dets 燒賣` *menu*.txt

DESCRIPTION

Given a string of Chinese text, transforms it into another string containing a regexp that can be used to match both the simplified and the traditional version of that text.

SEE ALSO

Regexp::Chinese::TradSimp - the module that does that actual transforming.

AUTHOR

Kake L Pugh <kake@earth.li>

COPYRIGHT

Copyright (C) 2010 Kake L Pugh. All Rights Reserved.

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