Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1718 visitors today
Log In Register

Forum OpenACS Development: Re: New Feature: Formbuilder maxlength

OpenACS Home : Forums : OpenACS Development : Re: New Feature: Formbuilder maxlength : One Message

+
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