sverhagen / mp3-browser

This Joomla plugin will create a table of every MP3 in a specified folder. It displays the ID3 information of each track with a link to download or play the file in the browser
https://www.totaalsoftware.com/products/mp3-browser
GNU General Public License v2.0
5 stars 6 forks source link

my mp3 can't display chinese name #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by harrylin...@gmail.com on 12 Aug 2014 at 3:33

GoogleCodeExporter commented 9 years ago
Please fill out questions such as:

What version of the product are you using? On what operating system?

Please include a (copyright-safe) example file.

Original comment by sanderverh on 12 Aug 2014 at 3:43

GoogleCodeExporter commented 9 years ago
thanks

/************************************/
i use joomla 2.5

i use mp3-browser 0.3.1

my mp3 file name is chinese 

i can play on website,but i can donwload

please help,thank you ver much
/****************************************/

Original comment by harrylin...@gmail.com on 12 Aug 2014 at 3:59

GoogleCodeExporter commented 9 years ago
Please see this issue, to see if you can configure the right code page:

https://code.google.com/p/mp3-browser/issues/detail?id=39

Original comment by sanderverh on 12 Aug 2014 at 4:03

GoogleCodeExporter commented 9 years ago
Heard nothing, closing issue, feel free to open if you feel this is not #39 or 
if you have otherwise some relevant input.

Original comment by sanderverh on 15 Aug 2014 at 7:58

bizmarks commented 9 years ago

See issue #61. My comment there may point you to the right direction. This has to do with Unicode. If you are on a Linux hosting server, you need to edit /etc/httpd/httpd.conf and uncomment the line that refers to utf8 encoding, then restart your server. If you are on a shared server and your host doesn't want to do this for you, you will have to edit .htaccess. A quick Google search will tell you where in .htaccess you will add Unicode support. Hope this helps.