temmokan
temmokan
Comments
-
Translations updated for 4.0.3.4
-
I have updated translation for 4.0.3.2, available from
https://github.com/stayen/sendy-translations
Have fun!
-
New translation uploaded, for 2.1.1.4:
http://download.boyandin.ru/sendy.co/translations/sendy-2.1.1.4-ru_RU.zipNB: string
… -
Thanks!
-
Here's a .zip with all files in case someone needs them:
http://files.vpseer.com/patches/sendy.co-transform-DB-to-Unicode.zip
Thanks…
-
OK, since I thought no one would ever bother about converting DB, I did everything myself. Sequence of actions:
- Make sure SQL backend works in Latin1. Set $config to latin1 and make sure Sendy interface displays data correctly. …
-
Not everything.
I have reported a problem when using certain character sequences in messages (in subjects, especially) those with quotes followed by Unicode character, result in the string being cut and/or corrupted.
I can't fatho…
-
OK, the summary of the problem.
Tables in Sendy DB have been originally created either without explicit charset declaration per table, or with default Latin1 charset assigned.
So Unicode data were written to Latin1 tables. That ex…
-
OK, I start to see the problem.
In the tables, all text field have this collation assigned:
latin1_swedish_ci
That's not Unicode-friendly. Something like utf8_unicode_ci should be used.
I managed to change the bran…
-
Note: all default character sets at my side are set to utf8. Issuing '\s' commmand after connecting to DB gives:
...
Server characterset: utf8
Db characterset: utf8
Client characterset: utf8
Conn. cha… -
That doesn't solve my problem. All Unicode strings taken from database are not treated as Unicode, even though $charset = 'utf8' is set in config.php.
How shall I send you some Russian characters? Will this:
"Каким образом пересла…
-
Also: re-uploading database dump I made prior to applying upgrade didn't help.
The problem is definitely in software (Sendy), which stopped supporting Unicode in certain fields.
-
Sorry for typos. I only tried to re-assign one affected brand name/description.
Note that confog.php contains a parameter ($charset) missing in previous versions.
My ability to send any campaigns in Russian is completely paralyzed…
-
No problem. It's in Russian:
Пожалуйста, подтвердите подписку на рассылку "Библиотека в облаках"
-
When I subscribe via form and hit "Submit" button, I see:
"Thank you, a confirmation email has been sent to you."
(isn't translated - doesn't use gettext()) Similarly, after user clicks on confirmation link, it sees
"You'r…
-
Here's the translation.
http://files.vpseer.com/l12n/sendy-translation-ru_RU.tar.gz
There are flaws:
- certain strings are not usi…
-
Xen VPS on Virpus. Works fine.