added details to code adapted from foreign work

This commit is contained in:
Viktor Szakats
2013-04-03 01:37:56 +02:00
parent 02a194071d
commit ef37d79a27

View File

@@ -254,6 +254,11 @@ STATIC FUNCTION CheckFile( cName, /* @ */ aErr, lApplyFixes )
STATIC FUNCTION IsBinary( cFile )
RETURN Chr( 0 ) $ cFile .OR. !( Chr( 10 ) $ cFile )
/*
* UTF-8 encoding detection, based on filestr.cpp from Far Manager.
* Harbour adaptation Copyright 2013 Viktor Szakats (harbour syenar.net)
*/
/*
Copyright (c) 1996 Eugene Roshal
Copyright (c) 2000 Far Group