Forum OpenACS Development: Re: New Feature: Formbuilder maxlength

Collapse
Posted by Lars Pind on
Yes, I had the problem that the Danish letters æ, ø, and å, took up two bytes each in the DB row, and this fixed it.

Checking psql -l, indeed all my databases are in SQL_ASCII. How do I fix that now?

Switching from bytelength to length is trivial, thankfully.

/Lars