Skip to content

Commit

Permalink
The stable-1.0 branch didn't support Unicode at all.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 15, 2014
1 parent e095ee4 commit cdbd264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -899,7 +899,7 @@ __EXPORT__ const char *PHYSFS_getRealDir(const char *filename);
*
* Feel free to sort the list however you like. However, the returned data
* will always contain no duplicates, and will be always sorted in alphabetic
* (rather: Unicode) order for you.
* (rather: Latin1, probably) order for you.
*
* Don't forget to call PHYSFS_freeList() with the return value from this
* function when you are done with it.
Expand Down

0 comments on commit cdbd264

Please sign in to comment.