2013-04-09 03:27 UTC+0200 Viktor Szakats (harbour syenar.net)

* bin/check.hb
    * deleted one more contrib exception

  * contrib/make.hb
    * do not try to build contribs/addons that don't exist

  * contrib/hbmisc/tests/pe.prg
  - contrib/hbmisc/tests/sample.txt
    * avoid storing non-ASCII, non-UTF8 file on disk
    * load above if no parameter given
    ! use hb_MemoWrit() to write result
This commit is contained in:
Viktor Szakats
2013-04-09 03:29:39 +02:00
parent c2c3990acd
commit 8d48020ab0
5 changed files with 61 additions and 35 deletions

View File

@@ -141,8 +141,7 @@ STATIC FUNCTION CheckFile( cName, /* @ */ aErr, lApplyFixes )
"*.md" }
LOCAL aCanHaveAnyEncoding := { ;
"*.dif", ;
"contrib/hbmisc/tests/sample.txt" } /* TOFIX: Not Unicode compatible component */
"*.dif" }
LOCAL aForcedCRLF := { ;
"*.bat" }