Aegisub/aegisub/libaegisub
2010-05-28 13:08:00 +00:00
..
common Don't bother storing storing a single charset into an std::string, instead insert it into the std::map and fix Single() to return the first element. This keeps things simple and also ensures that DetectAll() will always return atleast one element which wasn't being done before. 2010-05-28 13:08:00 +00:00
include/libaegisub Add support for detecting character sets using UniversalChardet -- this superceeds character_detect.cpp. 2010-05-28 07:40:21 +00:00
unix Commit the beginings of the Path class to hold the internal representation of paths, this is extremely rough since I have to wait until we can do charset conversion in libaegisub to handle windows paths before going any further. 2010-05-24 17:57:07 +00:00
windows Completely remove the usage of POSIX functions from Acs. I've discovered the hard way that most things POSIX on Windows is a complete disaster. 2010-05-23 20:39:14 +00:00
lagi_pre.h Add support for detecting character sets using UniversalChardet -- this superceeds character_detect.cpp. 2010-05-28 07:40:21 +00:00
Makefile.am Add support for detecting character sets using UniversalChardet -- this superceeds character_detect.cpp. 2010-05-28 07:40:21 +00:00