Page 1 of 1

[SOLVED] Listit2 checkbox group: Non-ASCII values?

Posted: Fri Feb 21, 2014 4:14 pm
by faglork
Hi!

In ListitExtended, you can add checkkbox groups. These groups are defined by option/value pairs like

Type1=Kaminofen
Type2=Kachelofen
etc.

So far, so good ... but what if the values contain non-ASCII characters? Is this UTF-8 compliant?
e.g.

Type1=Selbstbau
Warnung=Äußerst blöd zu installieren!

Does this lead to any problems regarding module call or search within the module?
Any other known/possible problems?

Cheers,
Alex

Re: Listit2 checkbox group: Non-ASCII values?

Posted: Fri Feb 21, 2014 4:36 pm
by Stikki
all data is saved UTF-8 based into database.

In theory it should work but i haven't tested it.

So when you do let me know, thanks.

Re: Listit2 checkbox group: Non-ASCII values?

Posted: Fri Feb 21, 2014 5:10 pm
by faglork
Stikki wrote:all data is saved UTF-8 based into database.
Thanks for clarification!

Just tested it, and - so far - it seems to work fine.

Cheers,
Alex