[Koha-bugs] [Bug 11944] Cleanup Koha UTF-8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 10 15:44:33 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944

Paola Rossi <paola.rossi at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #64 from Paola Rossi <paola.rossi at cineca.it> ---
I add a new UniMARC greek authority, i.e.:
....
200$aΜαρωνίτης,
200$bΔ. Ν.
....

The db contains the right chars; from export of the db:
...<subfield code=\"a\">Μαρωνίτης,</subfield>\n    <subfield code=\"b\">Δ.
Ν.</subfield>....

When I see the new authority on:
cgi-bin/koha/authorities/detail.pl?authid=1

koha shows tag 200 with the wrong chars, such as:

a Entry Element Μαρωνίτης,
b Part of Name Other t Δ. Ν. 

Nel source:
....
                <input type="text"
                        id="tag_200_subfield_a_818751_534076"
                        name="tag_200_subfield_a_818751_534076"
                        value="Μαρωνίτης,"
                        tabindex="1"
                        size="67"
                        maxlength="9999"
                        class="input_marceditor"
                />
....etc.

These wrong chars are shown in FF, Chrome and Explorer.
-----------------------------------------------------------
So I pass the status to "Failed QA".

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


More information about the Koha-bugs mailing list