Browse Source

--- Merging r31329 into '.':
U rtl/unix/cwstring.pp
--- Recording mergeinfo for merge of r31329 into '.':
U .

# revisions: 31329

git-svn-id: branches/fixes_3_0@32218 -

joost 9 years ago
parent
commit
d2853f5962
1 changed files with 3 additions and 2 deletions
  1. 3 2
      rtl/unix/cwstring.pp

+ 3 - 2
rtl/unix/cwstring.pp

@@ -122,11 +122,12 @@ const
   CODESET=49;
   LC_ALL = 6;
 {$elseif defined(beos)}
-  {$warning check correct value for BeOS}
-  CODESET=49;
   {$ifdef haiku}
+  CODESET= 0; // Checked for Haiku
   LC_ALL = 0; // Checked for Haiku
   {$else}
+  {$warning check correct value for BeOS}
+  CODESET=49;
   LC_ALL = 6; // Checked for BeOS
   {$endif}
   ESysEILSEQ = EILSEQ;