Bug 10118

Summary: [MASTER_ONLY] Problem with diacritics on 'pay fines'
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P5 - low CC: dcook, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: screenshot
Bug 10118: Problem with diacritics on Pay an individual fine.

Description Katrin Fischer 2013-04-25 19:20:56 UTC
Created attachment 17686 [details]
screenshot

Diacritics don't show correctly on the 'pay fines' page in the patron record.
Only the 'Pay fines' tab is affected, titles on the 'Account' tab display correctly.
Comment 1 Marcel de Rooy 2013-04-29 09:38:35 UTC
Created attachment 17783 [details] [review]
Bug 10118: Problem with diacritics on Pay an individual fine.

Adds decoding via utf8 flag of CGI.
Actually a followup on report 6554.

Test plan:
Go to patron.
Create manual invoice. Add diacritics in description.
Go to Pay Fines.
Click Pay on the line you added. Without this patch you should see a mangled
character. With this patch it should be fine.
Comment 2 David Cook 2013-05-02 09:31:28 UTC
Aren't there currently diacritic problems across the whole of master at the moment? I think Jared posted something about 3.12 being ok, but there being issues across master.

I noticed that the French diacritics weren't displaying correctly in the system preferences for Babeltheque...
Comment 3 Marcel de Rooy 2013-05-02 09:49:29 UTC
(In reply to comment #2)
> Aren't there currently diacritic problems across the whole of master at the
> moment? I think Jared posted something about 3.12 being ok, but there being
> issues across master.
> 
> I noticed that the French diacritics weren't displaying correctly in the
> system preferences for Babeltheque...

Bug 6554 has been reverted.
Comment 4 Marcel de Rooy 2013-05-06 07:37:54 UTC
(In reply to comment #3)
> Bug 6554 has been reverted.

Closing this report.