[fpc-devel] Unicodestring branch, please test and help fixing

2008-08-31 Thread Mehmet Erol Sanliturk
Dear Sirs , Any extension to FPC useful to users is a very good action. My suggestion about string types is as follows : Use a specific type name for the string kind names such as type a : Unicode_8_String ; type b : Unicode_16_String ; type c : Unicode_32_String ; When ..._String [ n ] is

[fpc-devel] [Fwd: Re: [Lazarusdev] FPDoc links to RTL, FCL]

2008-08-31 Thread Chris Kirkpatrick
At the suggestion of Mattias, I am also sending this to fpc-devel. I don't think it's a bug; the entries are all documented in the RTL .xml files, but when the docs are built for the sourceforge HTML files the RTL files are obviously built with the --hide-protected option. Links in entries of

Re: [fpc-devel] Unicodestring branch, please test and help fixing

2008-08-31 Thread Luiz Americo Pereira Camara
Daniƫl Mantione wrote: Op Sat, 30 Aug 2008, schreef Marco van de Voort: So then you can (hopefully) pretty much do {$ifdef unix} // in reality it is more complicated than ifdef unix, but for now.. TNativeString = type ansistring (CP_UTF8); {$else} TNativeString = type TUnicodeString;

Re: [fpc-devel] [Fwd: Re: [Lazarusdev] FPDoc links to RTL, FCL]

2008-08-31 Thread Michael Van Canneyt
On Sun, 31 Aug 2008, Chris Kirkpatrick wrote: At the suggestion of Mattias, I am also sending this to fpc-devel. I don't think it's a bug; the entries are all documented in the RTL .xml files, but when the docs are built for the sourceforge HTML files the RTL files are obviously built with

Re: [fpc-devel] Bug 0011728

2008-08-31 Thread Michael Van Canneyt
On Sun, 31 Aug 2008, Chris Kirkpatrick wrote: Hi Michael - Bug 0011728 - FPDoc should insert short descriptions of inherited properties or methods into descriptions of linked descendants. Thank you very much for implementing this. I confirm that it works, certainly on a small sample.

Re: [fpc-devel] [Fwd: Re: [Lazarusdev] FPDoc links to RTL, FCL]

2008-08-31 Thread Vincent Snijders
Michael Van Canneyt schreef: On Sun, 31 Aug 2008, Chris Kirkpatrick wrote: At the suggestion of Mattias, I am also sending this to fpc-devel. I don't think it's a bug; the entries are all documented in the RTL .xml files, but when the docs are built for the sourceforge HTML files the RTL

Re: [fpc-devel] [Fwd: Re: [Lazarusdev] FPDoc links to RTL, FCL]

2008-08-31 Thread Michael Van Canneyt
On Sun, 31 Aug 2008, Vincent Snijders wrote: Michael Van Canneyt schreef: On Sun, 31 Aug 2008, Chris Kirkpatrick wrote: At the suggestion of Mattias, I am also sending this to fpc-devel. I don't think it's a bug; the entries are all documented in the RTL .xml files, but

Re: [fpc-devel] Unicodestring branch, please test and help fixing

2008-08-31 Thread Ivo Steinmann
Hello ;) Im trying to test your new string type now :) but after switching to new branch, I couldnt compile fpc ^^ BTW: A year ago, I wrote a complete Unicode string library for a new possible built in string type. My Idea was to create a new built in type with an additional flag. This