Bug 5682 - POD in C4::Charset was wrong
Summary: POD in C4::Charset was wrong
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Developer documentation (show other bugs)
Version: 3.4
Hardware: All All
: PATCH-Sent (DO NOT USE) minor (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks: 5574
  Show dependency treegraph
 
Reported: 2011-02-02 04:00 UTC by Chris Cormack
Modified: 2012-10-25 23:03 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Propose Patch (1.89 KB, patch)
2011-02-02 04:02 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2011-02-02 04:00:13 UTC
NormalizeString POD Fixing and variable renaming
    
POD was mistakenly telling that NFD was supposed to be the default encoding
In fact, it is not, it is NFC
Comment 1 Chris Cormack 2011-02-02 04:00:47 UTC
I have refactored the original Biblibre patch, but now I need a signoff please
Comment 2 Chris Cormack 2011-02-02 04:02:26 UTC
Created attachment 3050 [details] [review]
Propose Patch
Comment 3 Paul Poulain 2011-02-17 10:16:47 UTC
signed-off by davi@gnu.org feb 10th (koha-devel)
chris, you can push !
Comment 4 Chris Cormack 2011-02-17 21:07:10 UTC
Hmm signed off patch doesnt seem to apply, ill fix and push it
Comment 5 Chris Cormack 2011-02-17 21:47:43 UTC
Pushed, please test