|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-03-25 02:16 UTC] pajoye@php.net
[2013-03-25 02:17 UTC] pajoye@php.net
-Status: Open
+Status: Duplicate
[2013-03-25 02:20 UTC] vibbow at hotmail dot com
[2013-05-08 17:57 UTC] cataphract@php.net
-Status: Duplicate
+Status: Closed
[2013-05-08 17:57 UTC] cataphract@php.net
[2013-05-08 17:58 UTC] cataphract@php.net
[2013-05-08 21:32 UTC] pajoye@php.net
[2013-05-08 21:32 UTC] pajoye@php.net
-Status: Closed
+Status: Re-Opened
[2013-05-08 21:32 UTC] pajoye@php.net
-Status: Re-Opened
+Status: Duplicate
[2013-11-17 09:31 UTC] laruence@php.net
[2013-11-17 09:31 UTC] laruence@php.net
-Status: Duplicate
+Status: Closed
[2013-11-17 09:31 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 23:00:01 2025 UTC |
Description: ------------ System envirement: Windows 8 x64 Simplified Chinese PHP 5.4.13 nts (Non debug version, download from windows.php.net) 1. This problem only happened on Windows (I tried on linux, it works fine) 2. If I want to save a file with special character in file name (For example, I want to save file to "š.txt"), the file name will actually become "拧.txt" 3. If in my folder, I have a file named š.txt, when I use scandir to list all the files in thsi folder, this file will list as "?.txt" Test script: --------------- <?php file_put_contents('š.txt', 'test'); ?>