2012-06-20 19:02 UTC+0200 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/hbmk2.prg
    * marked the file as UTF8
    * added accent to my own name. let's see on which platforms
      and configs it appears alright (second "a" should appear
      with an acute accent: "a'")
      [ms-dos and OS/2 is not expected to work]
This commit is contained in:
Viktor Szakats
2012-06-20 17:06:19 +00:00
parent b715f85b3c
commit a787fd60ac
2 changed files with 9 additions and 1 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-20 19:02 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
* marked the file as UTF8
* added accent to my own name. let's see on which platforms
and configs it appears alright (second "a" should appear
with an acute accent: "a'")
[ms-dos and OS/2 is not expected to work]
2012-06-20 17:13 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
% tuned to not require regular updates when new versions of

View File

@@ -13577,7 +13577,7 @@ STATIC PROCEDURE ShowHeader( hbmk )
LOCAL cTrsTextI
OutStd( "Harbour Make (" + _SELF_NAME_ + ") " + HBRawVersion() + _OUT_EOL +;
"Copyright (c) 1999-2012, Viktor Szakats" + _OUT_EOL +;
"Copyright (c) 1999-2012, Viktor Szakáts" + _OUT_EOL +;
"http://harbour-project.org/" + _OUT_EOL )
IF !( hbmk[ _HBMK_cUILNG ] == "en" ) .AND. ;