From cdbd264cb4fe39231ee35820e903f4f437c588ae Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 14 Aug 2014 21:57:36 -0400 Subject: [PATCH] The stable-1.0 branch didn't support Unicode at all. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index 2f42d389..76b2783d 100644 --- a/physfs.h +++ b/physfs.h @@ -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.