2.6
Fix DB charset error when creating events via the API with non-ASCII titles (e.g. –, ’, ŵ). Titles are now encoded to numeric HTML entities before storage and decoded back on the GET endpoint — symmetric round-trip, no server changes needed.