Search found 2 matches

by zakdo
2013-04-22T06:09:25-07:00
Forum: Bugs
Topic: Caption error with french accent
Replies: 4
Views: 4393

Re: Caption error with french accent

Hi, I solved my problem by using "chcp 1252" in DOS for converting to ANSI character : @ECHO OFF chcp 1252 convert -background lightblue -fill blue -gravity center ^ -font "C:\Windows\Fonts\timesbd.ttf" ^ -size 292x208 caption:"Test With accent â ù é" ^ C:\Users\ZAK\Desktop\output.gif Thanks
by zakdo
2013-04-03T15:12:52-07:00
Forum: Bugs
Topic: Caption error with french accent
Replies: 4
Views: 4393

Caption error with french accent

Hi! I am getting wrong output character when using caption with french accent. Example: @ECHO OFF convert -background lightblue -fill blue -gravity center ^ -font "C:\Windows\Fonts\timesbd.ttf" ^ -size 292x208 caption:"Test With accent â ù é" ^ C:\Users\ZAK\Desktop\output.gif results in: http:// ...