소스 검색

The stable-1.0 branch didn't support Unicode at all.

Ryan C. Gordon 11 년 전
부모
커밋
cdbd264cb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      physfs.h

+ 1 - 1
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.