[Bug 432246] Review Request: pic2aa - Pic2AA is tool providing converting jpeg/png to AA (Ascii Art) images

bugzilla at redhat.com bugzilla at redhat.com
Sun Feb 10 19:29:35 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: pic2aa - Pic2AA is tool providing converting jpeg/png to AA (Ascii Art) images


https://bugzilla.redhat.com/show_bug.cgi?id=432246


sundaram at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sundaram at redhat.com




------- Additional Comments From sundaram at redhat.com  2008-02-10 14:29 EST -------

You can use iconv to convert it into UTF-8

Example:

%prep

iconv --from=ISO-8859-1 --to=UTF-8 file.txt > file.txt.utf8
mv file.txt.utf8 file.txt

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list