Explorar o código

* fix

git-svn-id: trunk@5769 -
marco %!s(int64=18) %!d(string=hai) anos
pai
achega
779b33148c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/unix/cwstring.pp

+ 1 - 1
rtl/unix/cwstring.pp

@@ -73,7 +73,7 @@ const
   __LC_CTYPE = 0;
   _NL_CTYPE_CLASS = (__LC_CTYPE shl 16);
   _NL_CTYPE_CODESET_NAME = (_NL_CTYPE_CLASS)+14;
-  CODESET = _NL_CTYPE_CODESET_NAME;
+  CODESET = 0; // _NL_CTYPE_CODESET_NAME;
 {$else freebsd}
 {$ifdef solaris}
   CODESET=49;