[fpc-devel] utf8 reading

2005-03-07 Thread C Western
Can I offer the attached patch for reading utf8 strings from resource files? It simply converts the utf string to a normal string by discarding the high bits, but I had some files from Delphi or Kylix that were otherwise unreadable. Colin diff -uNr fpc/rtl/objpas/classes/classesh.inc fpc.w/rtl/

Re: [fpc-devel] Patch for bug 3595 and 3758

2005-03-07 Thread Peter Vreman
> Here is the anounced patch. Thanks, Applied ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Patch for bug 3595 and 3758

2005-03-07 Thread Martin Schreiber
Here is the anounced patch. Martin objecttext.tar.gz Description: application/tgz ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Patch for linux syscalls

2005-03-07 Thread Florian Klaempfl
C Western wrote: One of the syscall routines in rtl/linux/i386/syscall.inc checks for a return value in the range -4095..-1 as the error return, but all the rest just take a negative value as an error. I think the former is correct and attach a patch that will fix the rest. (I sent something to