Re: [fpc-pascal] ideU version 1.0.0.

2015-12-27 Thread fredvs
Ooops, sorry, I sent previous topic from hotmail.com... This is sent from nabble.com (but so there are both to compare ;-) ). Fre;D - Many thanks ;-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/ideU-version-1-0-0-tp5723468p5723495.html Sent from the F

Re: [fpc-pascal] ideU version 1.0.0.

2015-12-27 Thread Fred van Stappen
> that qualifies as different client software ;) ;) ;) Thanks Kitty for your light ;-) I seems that answers sent from hotmail.com gives my full name... I prefer "fredvs" so I will use only http://free-pascal-general.1045716.n5.nabble.com/ for answer/create new topic. Thanks to note it. Fre;D

Re: [fpc-pascal] Request for feedback (Issues #0028370 and #0029150)

2015-12-27 Thread Bart
On 12/27/15, Michael Van Canneyt wrote: > I have assigned them to me. Thanks. Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Request for feedback (Issues #0028370 and #0029150)

2015-12-27 Thread Michael Van Canneyt
On Sun, 27 Dec 2015, Bart wrote: Hi, This may not be the right place, and in that case please refer me to the rigth one. Can one of the devels please review the patches for #0028370: Feature request: overload floor and ceil for Int64 and #0029150: TStringList LineBreak property and missing i

Re: [fpc-pascal] simple conversion of unicode chars

2015-12-27 Thread Tomas Hajny
On Sat, December 26, 2015 20:07, ulrich wrote: Hi, > I need the simplest possible transfer of one unicode character (numeric > string or integer) to the default windows code page (CP1250). Simple assignment to an ansistring or shortstring does implicit conversion using the current process codep

Re: [fpc-pascal] simple conversion of unicode chars

2015-12-27 Thread Bart
On 12/26/15, ulrich wrote: > I need the simplest possible transfer of one unicode character (numeric > string or integer) to the default windows code page (CP1250). You mean from codepoint (U+) to single byte CP1250? In unit LazUtf8 (in LazUtils from Lazarus): function UnicodeToUTF8(CodePo

[fpc-pascal] Request for feedback (Issues #0028370 and #0029150)

2015-12-27 Thread Bart
Hi, This may not be the right place, and in that case please refer me to the rigth one. Can one of the devels please review the patches for #0028370: Feature request: overload floor and ceil for Int64 and #0029150: TStringList LineBreak property and missing item Bart

[fpc-pascal] simple conversion of unicode chars

2015-12-27 Thread ulrich
Hi, I need the simplest possible transfer of one unicode character (numeric string or integer) to the default windows code page (CP1250). Thanks Roman ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/m