[Koha-bugs] [Bug 19223] New: Problem with plugins and encodings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 31 15:26:48 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223

            Bug ID: 19223
           Summary: Problem with plugins and encodings
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle at bywatersolutions.com

I have created a couple of plugins for Koha: 

https://github.com/Libriotech/koha-plugin-overview which queries the Koha
database and reports things like number og biblio, items, patrons etc. 

https://github.com/Libriotech/koha-plugin-btj which receives data from an
outside source, saves it to the database, creates records and items and
displays some of the data to users. 

The second one does not show any encoding problems, but the first one does.
When  I look at
/cgi-bin/koha/plugins/run.pl?class=Koha::Plugin::No::Libriotech::Overview&method=report&detail=items
and have the language set to Norwegian, there are problems with the output from
the plugin as well as the other parts of the page, such as the main menu at the
very top of the page. 

I can't see that I have done anything very different in those two plugins, and
yet they behave differently. 

Anyone got a clue if this is a problem with my code or with the plugin system?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list