[physfs] PhysFS with Avaneya

Ryan C. Gordon icculus at icculus.org
Mon Jun 21 05:42:49 EDT 2010


> (2) Can PhysFS handle wchar_t characters? My engine relies heavily on
> them to maintain flexible internationalization.

PhysicsFS expects Unicode in UTF-8 format, and provides functions to 
convert to/from wchar_t (both 2 byte chars like Windows use and 4 byte 
chars like most Unix and Mac OS X use).

--ryan.




More information about the physfs mailing list