in reply to Adding Copyright (C) symbol to an image using Image::Magick
update: You can also do "\x{a9}" to get the character you want with the advantage that you can use it inside string literals:
prints (provided your encoding is all right):print "Some program \x{a9} 2006 - Joost\n";
Some program © 2006 - Joost
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Adding Copyright (C) symbol to an image using Image::Magick
by leighsharpe (Monk) on Dec 04, 2006 at 11:02 UTC |