Search found 83 matches: turkish

Return to advanced search

Re: MariaDB with latin5_turkish_ci collation

... application. #include "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINstatic oCnfunction Main()   local cDbf     := "turkish\smssblon.dbf"   local cTable   := cFileNoExt( cDbf )   HB_CDPSELECT( "TRWIN" )   RDDSETDEFAULT( "DBFCDX" ...
by nageswaragunupudi
Mon Jun 08, 2020 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

waiting ....
by Horizon
Sat Jun 06, 2020 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

... revised code : #include "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINstatic oCnfunction Main()    local cDbf     := "turkish\smssblon.dbf"    local cTable   := cFileNoExt( cDbf )    local cObj_Charset := "latin5_turkish_ci"    FW_SetUnicode( ...
by Horizon
Wed Jun 03, 2020 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12805&hilit=font In summary, in order to see the Turkish character set in my application, the nCharSet variable in font.prg must be 1. In every fwh version, I compile font.prg as below and add it to ...
by Horizon
Tue Jun 02, 2020 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

... "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINstatic oCnfunction Main()   local cDbf     := "turkish\smssblon.dbf"   local cTable   := cFileNoExt( cDbf )   HB_CDPSELECT( "TRWIN" )  ...
by nageswaragunupudi
Tue Jun 02, 2020 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

... with this code:     REQUEST HB_CODEPAGE_TRWIN    HB_CDPSELECT( "TRWIN" )    //ISO 8859-9 Turkish - It does not matter with TRWIN.//  REQUEST HB_CODEPAGE_TRISO//  HB_CDPSELECT( "TRISO" )        cObj_Charset := "latin5_turkish_ci"  ...
by Horizon
Tue Jun 02, 2020 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

Does this DBF browse display correctly? Please confirm.

Image
by nageswaragunupudi
Tue Jun 02, 2020 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

nageswaragunupudi wrote:May I ask, if you browse a DBF with the same Turkish character data, are you able to see the data correctly, with FW_SetUnicode( .f. ) ?


Hi Mr. Rao,

If you asking dbfcdx using, Yes.
by Horizon
Tue Jun 02, 2020 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

May I ask, if you browse a DBF with the same Turkish character data, are you able to see the data correctly, with FW_SetUnicode( .f. ) ?
by nageswaragunupudi
Tue Jun 02, 2020 3:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao,

If I change this line like that
Code: Select all  Expand view
FW_SetUnicode( .t. )

All Turkish characters is OK. But the data is read from database is unicode.
by Horizon
Mon Jun 01, 2020 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

Re: MariaDB with latin5_turkish_ci collation

... In HeidiSQL. http://www.objekt.com.tr/fwh_test/01-MariDB_Spec.jpeg We try to use latin5, latin5 is ISO 8859-9 Turkish. in https://harbour.github.io/doc/harbour.html http://www.objekt.com.tr/fwh_test/02-iso8859-9.jpeg In selected ...
by Horizon
Mon Jun 01, 2020 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4318

New FTDN April/Abril 2020 (FWH 20.04)

... * Fix: FWMariaConnection class: In some rare cases of MariaDB server installations in other languages like Turkish, the class fails to recognise the server as MariaDB server and also fails to decide if a Transaction is in progress. Fixed. This bug does not ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2196

Re: MySql/MariaDB Collation

After I spent too much time and effort because of Turkish character problems I have switched back to Tmysql and I am happy with it.
by betoncu
Sat Apr 18, 2020 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3453
PreviousNext

Return to advanced search