Russian language in formmailer items

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
harrybo
Posts: 23
Joined: Wed 2. Feb 2005, 16:27

Russian language in formmailer items

Post 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
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply