| Summary: | Foreign language doesnt show. | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Thanasis M <thanasisthanasis96> |
| Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | m.de.rooy |
| Version: | 19.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Thanasis M
2020-02-24 10:07:01 UTC
Hi Thanasis, please note that bugzilla is used for reporting bugs and enhancement requests and only very few people read the new bugs - it's almost always better to check on the mailing list first if someone can help you out. Things that come to mind here: - How do you catalog your records? Are they downloaded or manually added? - Have you modified the frameworks in any way? - Do you have a LDR set? (this has a position for encoding that can mess things up if missing) Oh, sorry and thank you for the reply! -The records are manually added. -I use a basic framework (it was installed automatic with Koha) and i only made some subfields ignored. -I dont have an LDR set, i dont even know what that is. The problem is that greek characters in table biblio_metadata are not been saved at all. I guess its a "Perl" problem, but what exactly! It's mor likely to be a configuration issue - Koha is really good with Unicode. The LDR or 000 field must be included - if you made that ignored, it could cause your issue. Thank you, that was it! I did not have 000 field at all. I still dont understand why i should have it (it is filling automatically) but that was it. Thank you again! (In reply to Thanasis M from comment #4) > Thank you, that was it! I did not have 000 field at all. I still dont > understand why i should have it (it is filling automatically) but that was > it. Thank you again! It contains information on the encoding of the record - I have run into this previously with German umlauts :) |