php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52749 Extension\function\wrapper for Windows unicode filenames
Submitted: 2010-08-31 03:05 UTC Modified: 2010-08-31 10:27 UTC
From: anton85s at mail dot ru Assigned:
Status: Duplicate Package: *Directory/Filesystem functions
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
 [2010-08-31 03:05 UTC] anton85s at mail dot ru
Description:
------------
The current versions of PHP are missing functions or interface to work properly with natively-unicode-encoded Windows filenames.
All present filesystem functions in PHP when working with Windows Unicode filenames work incorrectly, as they don't support handling Windows Unicode filenames encoding.

A new extension or modification of the existing PHP filesystem functions is needed to handle operations with files Unicode filenames used in Windows, by using the respective "W" versions of Windows API functions.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-31 03:10 UTC] anton85s at mail dot ru
The current versions of PHP are missing functions or interface to work properly with natively-unicode-encoded Windows filenames.
All present filesystem functions in PHP when working with Windows Unicode filenames work incorrectly, as they don't support handling Windows Unicode filenames encoding.

A new extension or modification of the existing PHP filesystem functions is needed to handle operations with files with Unicode filenames used in Windows, by using the respective "W" versions of Windows API functions.
 [2010-08-31 10:27 UTC] pajoye@php.net
-Status: Open +Status: Duplicate
 [2010-08-31 10:27 UTC] pajoye@php.net
There is already a feature request for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC