Menu

#17 PCLZIP "Umlaut"-Problem

Other
open
5
2007-02-28
2007-02-28
Anonymous
No

When extracting a file to a folder, german special Characters (ä,Ä,ü,Ü,ö,Ö,ß)are converted into other signs such as:  for ü.
This characters can neither be read by the browser or the server.

Here is the code I used to extract the files:
<?
$archive = new PclZip($_FILES["zipdatei"]["tmp_name"]);
$list = $archive->extract(PCLZIP_OPT_PATH, $galerieordner, PCLZIP_OPT_REMOVE_ALL_PATH);
?>

Thank you!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.