Right to Left fonts validation
NimrodYonatanBenNes - May 25, 2009 - 18:56
Description
Hey there,
I uploaded to the Captcha fonts folder an Hebrew ttf file, the module show the letters correctly and actually recognize them as it should, the only problem though is that the validation is being run from Left to Right instead of Right to Left.
So for example, if It's written 'חתול' at the image it expect me to write 'לותח' (if it was English it would expect me to type 'tac' for an image which display 'cat').
What can be done to fix this issue?
Thanks!

#1
Interesting use case.
This should be possible to solve in a clean way when #473002: Provide a way to define custom CAPTCHA validation is fixed
#2
does this patch fix it for you? I can't really test it because I don't speak right to left ;)
The patch makes the rendering of the code language direction dependent (using the current language direction of the current user), instead of doing the validation language direction dependent.
#3
is there any interest in this issue/patch?
I can't really test this, as I am not very familiar with RTL support.
tagging and rerolling too
#4
reroll