2013-04-01 00:17 UTC+0200 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    + will now use UTF-8 when the stdout is redirected to file
      (caveat: will also use UTF-8 when using Windows tools
      like 'more' do not understand UTF-8)
    + will now use UTF-8 when using -viewhelp to open the help in viewer

  * README.md
    * minor clarification to formatting cmd templates

  * .gitattributes
    + some lines for future testing
This commit is contained in:
Viktor Szakats
2013-04-01 00:20:58 +02:00
parent 671c61b6de
commit 3b20d12114
4 changed files with 27 additions and 3 deletions

8
.gitattributes vendored
View File

@@ -73,3 +73,11 @@ ChangeLog.txt ident
*.png binary
*.sq3 binary
*.tif binary
# TOTEST:
#*.c text diff=cpp
#*.h text diff=cpp
#*.htm text diff=html
#*.html text diff=html
#*.m text diff=objc
#*.rb text diff=ruby