Author Topic: czech characters ?? and fpc source question  (Read 4876 times)

tommassino

  • New member
  • *
  • Posts: 9
    • http://www.tuxportal.cz
czech characters ?? and fpc source question
« on: January 02, 2007, 08:34:41 pm »
hi all
i have installed lazarus from source according to tutorial on wiki but when i press any czech character on my keyboard nothing happens only when i press normal charactes of english .
could you advice me what to do ?
I have had before gentoo ebuild installed but there isnt possible to install any packages like sqldb or others so i installed lazarus as described bellow

Code: [Select]

 cd /opt
 sudo wget http://nchc.dl.sourceforge.net/lazarus/fpc-src-2.0.4.source.tgz
 sudo tar -xvf fpc-src-2.0.4.source.tgz
 sudo mv fpc fpcsrc
 sudo mkdir fpc
 cd fpc
 wget http://nchc.dl.sourceforge.net/lazarus/fpc-2.0.4.i386-linux.tar
 tar -xvf fpc-2.0.4.i386-linux.tar
 echo "Enter '/opt/fpc' when prompted 'Install prefix'"
 sh install.sh
 echo "#FPC PATH" >> ~/.bash_profile
 echo "if [ -d /opt/fpc/bin ] ; then" >> ~/.bash_profile
 echo PATH=/opt/fpc/bin:"${PATH}" >> ~/.bash_profile
 echo "fi" >> ~/.bash_profile
 cd ../
 wget http://nchc.dl.sourceforge.net/lazarus/lazarus-0.9.20-0.tar.gz
tar -zxvf lazarus-0.9.20-0.tar.gz
 PATH=/opt/fpc/bin:"${PATH}"
chmod -R 777 lazarus
 cd lazarus
 make clean all

but i didn know what directory put to enviroment option of source for fpc i installed gentoo fpc and set source of this installation but it is not the solution according to me .How to set the fpc source directory ?
please advice me
PS:What do you think about my english ?

Almindor

  • Sr. Member
  • ****
  • Posts: 412
    • http://www.astarot.tk
RE: czech characters ?? and fpc source question
« Reply #1 on: January 03, 2007, 12:17:24 am »
Zdravim, mam tomu rozumiet tak ze ked pises do source-editora tak ti nejdu ceske znaky?

To je vcelku normalne, z vacsej casti je to bug v gtk1, niesom si isty ci sa to nejako vyriesi, problem je v encodingu a podpore istych veci v gtk1. Mne tiez nejde slovencina poriadne, pise mi blbosti namiesto nasich znakov, je to sposobene asi roznou znakovou sadou od klavesnice a v programe.

Anglictina ti ide dobre :)

tommassino

  • New member
  • *
  • Posts: 9
    • http://www.tuxportal.cz
RE: czech characters ?? and fpc source question
« Reply #2 on: January 03, 2007, 12:52:04 pm »
i will answer in english to everyone could read it
lets say for gtk1 its ok but gentoo installed lazarus in gtk2 so gtk2 recognized my czech keyboard but gtk doesnt but i need to put czech charactes so is there any option during compilation for gtk 2?
and how to set the fpc source directory when i installed lazarus like here

Almindor

  • Sr. Member
  • ****
  • Posts: 412
    • http://www.astarot.tk
RE: czech characters ?? and fpc source question
« Reply #3 on: January 04, 2007, 12:15:32 am »
You can set the fpc source in environment options of the IDE.

tommassino

  • New member
  • *
  • Posts: 9
    • http://www.tuxportal.cz
RE: czech characters ?? and fpc source question
« Reply #4 on: January 05, 2007, 09:25:49 pm »
hi i just needed to rebuild lazarus with gtk2

 

TinyPortal © 2005-2018