Explorar o código

* SysLocale initialized to empty for OS/2 too - probably wrong for DBCS versions

Tomas Hajny %!s(int64=20) %!d(string=hai) anos
pai
achega
0af5c95b6c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      rtl/os2/sysutils.pp

+ 5 - 1
rtl/os2/sysutils.pp

@@ -856,6 +856,7 @@ begin
             CurrencyString := PChar (CtryInfo.CurrencyUnit);
         end;
     InitAnsi;
+    InitInternationalGeneric;
 end;
 
 function SysErrorMessage(ErrorCode: Integer): String;
@@ -1033,7 +1034,10 @@ end.
 
 {
   $Log$
-  Revision 1.49  2005-02-14 17:13:31  peter
+  Revision 1.50  2005-03-01 23:27:57  hajny
+    * SysLocale initialized to empty for OS/2 too - probably wrong for DBCS versions
+
+  Revision 1.49  2005/02/14 17:13:31  peter
     * truncate log
 
 }