http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9489 wajasu <matted-34813@mypacks.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matted-34813@mypacks.net --- Comment #1 from wajasu <matted-34813@mypacks.net> --- When I was working on a fix 8378, which might have not made it out, I noticed that the body might have not been UTF8 encoded as we do in other places in the code before we persist a string. If certain unencoded characters are in the body, MYSQL will silently truncate from that point onward in the string when saved. So that might help someone investigating. You could look at bug 8378 to see about how/where I encoded the notice. You can verify by selecting your published notice from the message queue to see if its persisted. In my case currency for the fine was causeing truncation from that point onward. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.