Hi,
I'm helping the editor of Blaise Pascal magazine to develop some components
for Lazarus & Delphi (for the Leap Motion).
We need someone with experience in 3D-rendering to help out in writing some
code.
If you think you can do this, please visit
http://www.blaisepascal.eu/index.php?actie
2010/4/1 62mkv <62...@mail.ru>:
> I've made requests on several FreePascal\Lazarus forums, all states
> that I need either to migrate to migrate to more recent version of
> FB (most popular advice, which I cannot follow) or "patch" SqlDB
> components so that they should make on-the-fly AnsiToUT
Actually you should use CP1251ToUTF8 for the conversion from the unit
LConvEncoding and not AnsiToUTF8 if you want your code to work
properly in any computer.
AnsiToUTF8 will only correctly if CP1251 is your system encoding.
--
Felipe Monteiro de Carvalho
On Thu, 2010-04-01 at 20:19 +0700, 62mkv wrote:
> when trying to connect to FB 1.0.3 server, to database that was
> created using WIN1251 (Windows Ansi Cyrillic) CHARSET, via SqlDB
> TIBConnection component, all Lazarus visual components display ASCII
> (32-127) characters OK, but all Cyri
Hello ,
when trying to connect to FB 1.0.3 server, to database that was
created using WIN1251 (Windows Ansi Cyrillic) CHARSET, via SqlDB
TIBConnection component, all Lazarus visual components display ASCII
(32-127) characters OK, but all Cyrillic characters are displayed as
I can