Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-22 Thread Luca Olivetti
En/na Felipe Monteiro de Carvalho ha escrit: On Mon, Apr 21, 2008 at 4:27 AM, Luca Olivetti [EMAIL PROTECTED] wrote: Answering to myself: in my copy of lazarus (ancient snapshot 2008-06-23)/fpc those functions are defined in wstringh.inc, *not* in LCLIntf as the wiki says, and they simply

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-22 Thread Vincent Snijders
Luca Olivetti schreef: En/na Felipe Monteiro de Carvalho ha escrit: On Mon, Apr 21, 2008 at 4:27 AM, Luca Olivetti [EMAIL PROTECTED] wrote: Answering to myself: in my copy of lazarus (ancient snapshot 2008-06-23)/fpc those functions are defined in wstringh.inc, *not* in LCLIntf as the wiki

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-21 Thread Luca Olivetti
En/na Vincent Snijders ha escrit: As a consequence source files must be encoded as UTF-8 too, otherwise they cannot be shown in the Lazarus editor. I've been using lazarus under windows with unicode for a while (as you say, to ease compatibility with other platforms), and I used iconv to

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-21 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: En/na Felipe Monteiro de Carvalho ha escrit: On Fri, Apr 18, 2008 at 7:11 PM, Lee Jenkins [EMAIL PROTECTED] wrote: Sorry to be so ignorant on the subject, are you saying the calls to RTL fileutils need to have the strings cast to UTF-8 somehow? I just made a

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-21 Thread Felipe Monteiro de Carvalho
On Sun, Apr 20, 2008 at 7:46 PM, Zaher Dirkey [EMAIL PROTECTED] wrote: That break my project, because i use my language in source code and compile it in both Lazarus for WinCE and Delphi For Win32, but every project have own Forms, and all my other code shared between the both projects.

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-20 Thread Lee Jenkins
Lee Jenkins wrote: Felipe Monteiro de Carvalho wrote: On Fri, Apr 18, 2008 at 7:11 PM, Lee Jenkins [EMAIL PROTECTED] wrote: Sorry to be so ignorant on the subject, are you saying the calls to RTL fileutils need to have the strings cast to UTF-8 somehow? I just made a small wiki guide:

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-20 Thread Zaher Dirkey
-If you use other encodings, you will need to convert your source code to utf-8, That break my project, because i use my language in source code and compile it in both Lazarus for WinCE and Delphi For Win32, but every project have own Forms, and all my other code shared between the both projects.

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-19 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: I just made a small wiki guide: http://wiki.lazarus.freepascal.org/LCL_Unicode_Support#Instructions_for_users Thanks. Vincent ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-18 Thread Lee Jenkins
Vincent Snijders wrote: Hi, I just enabled WindowsUnicodeSupport in the svn version for Lazarus (revison 14883), if fpc 2.2.1 or later is used. This effects all applications compiled with the win32 interface. snipped We invite all windows users to test this and report bugs to the bug

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-18 Thread Vincent Snijders
Lee Jenkins schreef: Vincent Snijders wrote: Will there not be a Windows installer released until the 0.9.26 release I assume? I've tried several time to build lazarus on windows from source, but I can never seem to get it to work. Linux on the other hand seems to be a cinch. There

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-18 Thread Lee Jenkins
Vincent Snijders wrote: Lee Jenkins schreef: Vincent Snijders wrote: Will there not be a Windows installer released until the 0.9.26 release I assume? I've tried several time to build lazarus on windows from source, but I can never seem to get it to work. Linux on the other hand seems

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-18 Thread Felipe Monteiro de Carvalho
On Fri, Apr 18, 2008 at 7:11 PM, Lee Jenkins [EMAIL PROTECTED] wrote: Sorry to be so ignorant on the subject, are you saying the calls to RTL fileutils need to have the strings cast to UTF-8 somehow? I just made a small wiki guide: