Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Bernd Mueller
Paul Ishenin wrote: Bernd Mueller wrote: I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Vincent Snijders
Bernd Mueller schreef: Hello, I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not show the

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Martin Friebe
Vincent Snijders wrote: Bernd Mueller schreef: Hello, I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Bernd Mueller
Martin Friebe wrote: 2) If one doesn't happen. Try the following. (I have not tested it, but it *may* do the trick) open C:\lazarus_latest\components\synedit\syntextdrawer.pp line 889 function TheTextDrawer.GetUseUTF8: boolean; and make the function to always return False I made the

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Felipe Monteiro de Carvalho
If I were you, I would give it a go at converting the applications to Unicode. Only places which connect with the LCL, such as putting text in a TMemo need change, and even those don't need change if you only use ASCII characters. All non-textual and non-LCL code remains unaffected. -- Felipe

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Gustavo Enrique Jimenez
2009/5/8 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com: If I were you, I would give it a go at converting the applications to Unicode. Only places which connect with the LCL, such as putting text in a TMemo need change, and even those don't need change if you only use ASCII

[Lazarus] DisableWindowsUnicodeSupport

2009-05-07 Thread Bernd Mueller
Hello, I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not show the german umlauts correct. I

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-07 Thread Paul Ishenin
Bernd Mueller wrote: I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not show the german umlauts