Closed (fixed)
Project:
Meta tags quick
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 May 2011 at 11:57 UTC
Updated:
21 May 2011 at 19:51 UTC
Jump to comment: Most recent file
When I'm using Meta Tags Quick latest dev with Cyrillic meta description which is just 150 symbols long - I get the error "Meta description: the value may not be longer than 255 characters." There is no any settings for the length of that field.
I think that's a problem with Unicode data store and symbols count.
Example of the description in Cyrillic:
«Дескрипшн» — 150 символів довжиною не хоче відображатися аж ніяк. Ніби не відображається, а так хотілося б. Пєчал-пєчал. Дуже потрібно, дійсно, ага!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1149018-d7.patch | 787 bytes | valthebald |
Comments
Comment #1
valthebaldFixed validate function on field save, now it checks character, not byte length.
Make sure you have multibute character set/collation in MySQL.
P.S. Nice description example :)
Comment #2
valthebaldComment #3
vabue commentedThanks a lot, works great!