Karma::Output::Convert - Translate text graphics from other formats.
There are many occations when one would like to feed a karma bbs textual graphics in a forign encoding, such as ANSI. In these times of need karma happily provides you with the following functions to proform such conversion.
This package will not export its functions automatically, so you should probably call them explicitly, ie. Karma::Output::Convert::ansi2c( \$str );
Changes all ansi sequences in the thing referenced by \$str to karma color codes.
Extract color information from Curses Window $win and return it as an array of lines containing karma color codes.
Changes all renegade pipe sequences in the thing referenced by \$str to karma color codes.