added details to code adapted from foreign work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user