Go to file
Niels Martin Hansen 0367fd37d4 Fix #884, annoying wxString::Trim is destructive and there's no non-destructive variant. Adding a new function to utils.cpp to test whether a string is "blank", ie. empty or whitespace-only, as well as a function to check if a wchar_t is a whitspace character.
Trimming was used to test whether a string was blank or not, and this caused the source syllable texts to be altered when the kanji interpolation algorithm was run.

Originally committed to SVN as r3085.
2009-06-24 22:22:45 +00:00
aegisub Fix #884, annoying wxString::Trim is destructive and there's no non-destructive variant. Adding a new function to utils.cpp to test whether a string is "blank", ie. empty or whitespace-only, as well as a function to check if a wchar_t is a whitspace character. 2009-06-24 22:22:45 +00:00
contrib Put iconv.vcproj in line with the other contrib etc. vcprojs: 2009-06-17 17:55:30 +00:00
devel Remove outdated VSFilter code. 2009-05-21 00:03:20 +00:00
docs New splash screen, following theme from Windows installer splash: Faded out and cropped shield in background, logo superimposed. 2009-06-16 19:08:54 +00:00