danuel36 / telekinesis

Automatically exported from code.google.com/p/telekinesis
0 stars 0 forks source link

International Charset Support (UTF 8) #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The file browser shows funny chars when file names contain international 
characters (like "ä").

Putting

<meta http-equiv="content-type" content="text/html; charset=utf-8">

after <head> in dirlist.php (after line 8) solved the problem. This should 
probably go into all HTML 
headers which pages display information from the Mac OS X file system or other 
information 
encoded in UTF 8.

Original issue reported on code.google.com by martin.stricker on 5 Jul 2007 at 11:19

GoogleCodeExporter commented 8 years ago
Thanks! this'll be fixed in the next release.

Original comment by j...@gmail.com on 6 Jul 2007 at 12:58