[Lazarus] UTF8LowerCase returns "?"

Antônio antoniog12345 at gmail.com
Thu Apr 15 22:56:13 CEST 2010


When testing a debian qemu armel lenny image,
I found the armel libqt4pas package to be present 
and working (Qt on Linux/X11).

Thank Matthias Klumpp for that (author of the .deb)

apt-get install libqt4pas5
dpkg -L libqt4pas5
/.
/usr
/usr/lib
/usr/lib/libQt4Pas.so.5.2.1
/usr/share
/usr/share/doc
/usr/share/doc/libqt4pas5
/usr/share/doc/libqt4pas5/copyright
/usr/share/doc/libqt4pas5/changelog.Debian.gz
/usr/lib/libQt4Pas.so.5
/usr/lib/libQt4Pas.so.5.2

debian-armel:/storage# ls -l /usr/lib/libQt4Pas*
lrwxrwxrwx 1 root root      18 2010-04-14 13:54 /usr/lib/libQt4Pas.so.5 -> 
libQt4Pas.so.5.2.1
lrwxrwxrwx 1 root root      18 2010-04-14 13:54 /usr/lib/libQt4Pas.so.5.2 -> 
libQt4Pas.so.5.2.1
-rw-r--r-- 1 root root 1887812 2010-03-16 04:41 /usr/lib/libQt4Pas.so.5.2.1

the devel package :-)
apt-get install libqt4pas-dev
dpkg -L libqt4pas-dev
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libqt4pas-dev
/usr/share/doc/libqt4pas-dev/changelog.Debian.gz
/usr/share/doc/libqt4pas-dev/copyright
/usr/share/pascal
/usr/share/pascal/qt4
/usr/share/pascal/qt4/qt4.pas
/usr/lib
/usr/lib/libQt4Pas.so

# ls -l /usr/lib/libQt4Pas*
lrwxrwxrwx 1 root root      18 2010-04-14 13:56 /usr/lib/libQt4Pas.so -> 
libQt4Pas.so.5.2.1
lrwxrwxrwx 1 root root      18 2010-04-14 13:54 /usr/lib/libQt4Pas.so.5 -> 
libQt4Pas.so.5.2.1
lrwxrwxrwx 1 root root      18 2010-04-14 13:54 /usr/lib/libQt4Pas.so.5.2 -> 
libQt4Pas.so.5.2.1
-rw-r--r-- 1 root root 1887812 2010-03-16 04:41 /usr/lib/libQt4Pas.so.5.2.1

# cat /etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ lenny main
deb-src http://ftp.de.debian.org/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main

deb http://ftp.de.debian.org/debian testing main contrib non-free




More information about the Lazarus mailing list