digitalmars.D.dwt - Error: 4invalid UTF-8 sequence :: How can I catch this?? (or otherwise
- Charles Hixson <charleshixsn earthlink.net> Oct 21 2009
- Charles Hixson <charleshixsn earthlink.net> Oct 21 2009
I want to read a bunch of files, and if the aren't UTF, then I want to list their names for conversion, or other processing. How should this be handled?? try..catch..finally blocks just ignore this error.
Oct 21 2009
Charles Hixson wrote:I want to read a bunch of files, and if the aren't UTF, then I want to list their names for conversion, or other processing. How should this be handled?? try..catch..finally blocks just ignore this error.
Oct 21 2009








Charles Hixson <charleshixsn earthlink.net>