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

Paola Rossi <[email protected]> changed:

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

--- Comment #64 from Paola Rossi <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to