Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

HeaderField loading (encoding) bug


Go to End


1396 Views

Avatar
dziastinux

Community Member, 1 Post

6 September 2008 at 5:47am

Edited: 06/09/2008 5:52am

Recently I was dealing with encoding problems, but I found a solution: set default (utf8) db encoding during database installation. But it seems that is not enough. As seen in the screenshot the HeaderField somehow is in different encoding while DropDownBox is rendered correctly. I checked database table were editable form fields are stored to ensure that data is correctly saved. Besides in admin panel it is also rendered correctly. So data is saved correctly, but why it is rendered in site with different encoding? Can anyone help me?