Ticket #300 (closed bug: fixed)
GNU iconv extension in lib/class/vainfo.class.php
| Reported by: | abs0 | Owned by: | vollmerk |
|---|---|---|---|
| Priority: | major | Milestone: | 3.4.x Stable Release |
| Component: | Metadata | Version: | SVN |
| Keywords: | iconv | Cc: |
Description
_clean_tag() in lib/class/vainfo.class.php uses the GNU iconv '//TRANSLIT', which prevents ampache from extracting any tags from files on systems with an iconv without that extension.
Suggested patch works around this by trying '//TRANSLIT' first and falling back to straight iconv() if that returns an empty string.
Would request this is considered for the next 3.4.x release.
(I'm about to commit an Ampache package to pkgsrc.org and will keep this as a local patch for now)
Thanks
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
