Page 1 of 1

Russian language in formmailer items

Posted: Thu 19. May 2005, 14:41
by harrybo
Hello,

in Release 1.1-RC4 27-08-2004 I encountered a problem when translating a formmailer to russian. The problem occures in a section of oncrossfields.

If I for example use the following code:

Code: Select all

IC|info|0|Please inform me: |300,1|About this%0%info1#About that%0%info2|0

all works fine. But translating this into russan:

Code: Select all

IC|info|0|Сообщите мне пожалуйста: |300,1|возможности посещения парка%0%info1#покупке дачного домика%0%info2|0
I get a form that shows a separate item for every russian letter, that looks like:

Image

It seems to me as if non-ASCII letters are handled as delimiters. Any idea how this could be fixed?

Thank you, regards
Harry

Posted: Fri 20. May 2005, 07:13
by Oliver Georgi
use entitities there if possible. I don't know if I support old release for such problem. If possible try to upgrade to new release - there you can find better form content part. And/or use a HTML form based on the one phpwcms has created for you.

Oliver