encoding problem with Latin 2
Posted: 2008-01-11T13:49:20-07:00
I use ImageMagick 6.3.7 under Linux.
I have problem with polish fonts they are not properly render and I don't know what I'm doing wrong.
my commant looks like:
convert -size 640x480 xc:transparent -font Bookman-DemiItalic -pointsize 12 -encoding "Latin 2" -gravity North -fill white -stroke blue -draw "text 0,0 'ąśćłó'" some.png
only "ó" is render correctly
my locales are:
LANG=pl_PL
LC_CTYPE="pl_PL"
LC_NUMERIC="pl_PL"
LC_TIME="pl_PL"
LC_COLLATE="pl_PL"
LC_MONETARY="pl_PL"
LC_MESSAGES="pl_PL"
LC_PAPER="pl_PL"
LC_NAME="pl_PL"
LC_ADDRESS="pl_PL"
LC_TELEPHONE="pl_PL"
LC_MEASUREMENT="pl_PL"
LC_IDENTIFICATION="pl_PL"
LC_ALL=pl_PL
I have problem with polish fonts they are not properly render and I don't know what I'm doing wrong.
my commant looks like:
convert -size 640x480 xc:transparent -font Bookman-DemiItalic -pointsize 12 -encoding "Latin 2" -gravity North -fill white -stroke blue -draw "text 0,0 'ąśćłó'" some.png
only "ó" is render correctly
my locales are:
LANG=pl_PL
LC_CTYPE="pl_PL"
LC_NUMERIC="pl_PL"
LC_TIME="pl_PL"
LC_COLLATE="pl_PL"
LC_MONETARY="pl_PL"
LC_MESSAGES="pl_PL"
LC_PAPER="pl_PL"
LC_NAME="pl_PL"
LC_ADDRESS="pl_PL"
LC_TELEPHONE="pl_PL"
LC_MEASUREMENT="pl_PL"
LC_IDENTIFICATION="pl_PL"
LC_ALL=pl_PL