Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #check a2pslatin in .bashrc
- iconv -f utf-8 -t latin1 audiofil.c | a2ps -o print.ps && ps2pdf print.ps print.pdf
- iconv -f utf-8 -t latin1 audiofil.c -o audiofil.latin.c
- a2ps --encoding=latin1 audiofil.latin.c -o print.ps && ps2pdf print.ps print.pdf
Advertisement
Add Comment
Please, Sign In to add comment