News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
Filesystem encoding and PHP
April 21, 2010 @ 12:19:39

Evert Pot has a new post to his blog about working with files in your applications, more specifically in dealing with filesystem encodings other than some of the defaults.

Many PHP applications save files to a local filesystem. Most of the times for the bulk of readers here you'll likely only ever store files using US-ASCII encoding, either because your filenames are simply based on database fields (as you should try in most cases), or simply because most of your users never have a need for non-english characters. When you do though, it's important to know how operating systems cope with these characters. Unsurprising, all of them do this differently.

He talks about encoding issues in three major operating system types - Windows, OS X and Linux - with some code snippets included to illustrate how each handles the different encodings.

4 comments voice your opinion now!
filesystem encoding osx linux windows


blog comments powered by Disqus

Similar Posts

Felix Geisendorfer's Blog: Enforce utf8 for multiple db connections

Pierre-Alain Joye's Blog: Build cairo on windows, step #1

Christian Wenz's Blog: phpa-norl, a phpa port for Mac OS X and Windows

DZone.com: How to send emails from PHP on Windows

DevShed: Creating a VAMP (Vista, Apache, MySQL, PHP) Setup


Community Events











Don't see your event here?
Let us know!


development series framework phpunit rest community release zendframework2 introduction functional conference interview example symfony2 podcast language usergroup database opinion testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework