Browse Source

* corrected characters >127 broken by DBCS editor

Tomas Hajny 26 years ago
parent
commit
c22c7ffa66
1 changed files with 11 additions and 4 deletions
  1. 11 4
      rtl/os2/doscalls.pas

+ 11 - 4
rtl/os2/doscalls.pas

@@ -1,10 +1,12 @@
 {Set tabsize to 4.}
 {Set tabsize to 4.}
 {****************************************************************************
 {****************************************************************************
 
 
+    $Id$
+
                            DOSCALLS interface unit
                            DOSCALLS interface unit
                      FPC Pascal Runtime Library for OS/2
                      FPC Pascal Runtime Library for OS/2
-                   Copyright (c) 1993,94 by Florian Klmpfl
-                    Copyright (c) 1997 by Dani	l Mantione
+                   Copyright (c) 1993,94 by Florian Klaempfl
+                    Copyright (c) 1997 by Daniel Mantione
 
 
  The FPK-Pascal runtime library is distributed under the Library GNU Public
  The FPK-Pascal runtime library is distributed under the Library GNU Public
  License v2. So is this unit. The Library GNU Public License requires you to
  License v2. So is this unit. The Library GNU Public License requires you to
@@ -49,7 +51,7 @@ unit DosCalls;
  instead of just a PChar, thanks to that cool feature of procedure
  instead of just a PChar, thanks to that cool feature of procedure
  overloading.
  overloading.
 
 
- Dani	l Mantione,
+ Daniel Mantione,
  June 1997
  June 1997
 
 
 Changelog:
 Changelog:
@@ -63,7 +65,7 @@ Changelog:
                     'word' to 'longint'.
                     'word' to 'longint'.
     People:
     People:
 
 
-        DM - Dani	l Mantione
+        DM - Daniel Mantione
         TH - Tomas Hajny ([email protected] on Internet)
         TH - Tomas Hajny ([email protected] on Internet)
 
 
     Date:           Description of change:              Changed by:
     Date:           Description of change:              Changed by:
@@ -3819,4 +3821,9 @@ procedure FlatToSel;
 external 'DOSCALLS' index 426;
 external 'DOSCALLS' index 426;
 
 
 end.
 end.
+{
+  $Log$
+  Revision 1.6  1999-08-10 14:18:40  hajny
+    * corrected characters >127 broken by DBCS editor
 
 
+}