|
From: Michalis K. <mic...@gm...> - 2010-11-03 13:29:51
|
Arno Garrels wrote: > IMO PasDoc should detect all BOMs used by Delphi and raise an exception > if a charset is not supported. The SVN already detected UTF-8 and both UTF-16 BOMs. (In case of UTF-16, this merely causes clear error messages when compiled without STRING_UNICODE.) And, I just committed a code to detect UTF-32 BOMs. So this is complete. (You may want to make similar changes as I did in rev 1265 to the TStreamReader.GetCodePageFromBOM). > That would be nice for the non-svn users. Ok, so let's release PasDoc 0.12.1. I'll do it... well, right now :) (Only, first I'll make a promised "version marker" for cache files, to improve serialization troubles mentioned in #3101524). Michalis |