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/
> Here is the anounced patch.
Thanks, Applied
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
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
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