Search found 83 matches: turkish

Return to advanced search

Re: MySql/MariaDB Collation

Hi Birol,

Do you still use charset "latin5_turkish_ci" in mariadb/mysql using fivewin new rowset?

If yes, do you have a problem like that.
http://forums.fivetechsupport.com/viewtopic.php?p=231305#p231305

Thanks.
by Horizon
Sun Apr 12, 2020 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3453

Re: Converting dbf files to MariaDB with importfromdbf

Hi,

I can convert my dbf file to MariaDB using importfromdbf with "latin5_turkish_ci". I see the right characters in HeidiSQL. There is not problem.

But all turkish characters are shown "?" in gets and xbrowse.
by Horizon
Sun Apr 12, 2020 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4339

Re: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED

I just sent revised lib Please use this and let us have your feedback Yes, It is ok now. I have also tested to codeblock. Thank you. Do you have a time to check next problem. charset "latin5_turkish_ci" in http://forums.fivetechsupport.com/viewtopic.php?p=214507#p214507
by Horizon
Sun Apr 12, 2020 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4537

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

Even here the problem is with Turkish language.
Problem is coming because of the two letters "i" in the word "in_transaction"
by nageswaragunupudi
Sun Apr 12, 2020 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4537

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

... with this test: ::IsMariaDB := "MARIADB" $ Upper( ::cServerInfo )  We did not foresee that this would fail on a Turkish installation and may be it may fail on some other language installtions. We have now modified the test as         ::IsMariaDB ...
by nageswaragunupudi
Wed Apr 08, 2020 4:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4537

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

Code:
? "MARIADB" $ Upper( oCn:cServerInfo )
.F.
Code:
? Upper( oCn:cServerInfo )
10.4.12-MARİADB (lower 'i' ==> Upper 'İ' codepage Windows 1254 Turkish charset)
Code:
? oCn:IsMariaDB
.F.


This is the cause of all problems.
Now let us think about it.
by nageswaragunupudi
Tue Apr 07, 2020 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4537

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

Hi Mr. Rao,

Code: Select all  Expand view
? oCn:cServerInfo
10.4.12-MariaDB
Code: Select all  Expand view
? "MARIADB" $ Upper( oCn:cServerInfo )
.F.
Code: Select all  Expand view
? Upper( oCn:cServerInfo )
10.4.12-MARİADB (lower 'i' ==> Upper 'İ' codepage Windows 1254 Turkish charset)
Code: Select all  Expand view
? oCn:IsMariaDB
.F.
by Horizon
Tue Apr 07, 2020 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4537

Re: FWH 18.08: Enhancements to strings.prg

Horizon wrote:My clients were asking why there were foreign languages ​in some places.

I could not understand. Can you explain in greater detail?

Horizon wrote:FWMissingStrings() function always gives same result like below.

Code: Select all  Expand view
0

"0" means there are no missing strings.
Are you trying to add Turkish Language?
by nageswaragunupudi
Sun Nov 11, 2018 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5465

Re: TGet Unicode problem

This works if we set FW_SetUnicode( .t. ). Without that, I could not find a way. Probably we need to set the right codepage for the Turkish language. I could not figure out what it is. Maybe other programmers from Turkey can help. Note: ? command and all Msg* functions like MsgInfo() display ...
by nageswaragunupudi
Mon Aug 27, 2018 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet Unicode problem
Replies: 6
Views: 1010

Re: Converting dbf files to MariaDB with importfromdbf

... But you prefer to use latin5_turkish_ci collation. I need to test this at my place. Can you please send to my personal email one dbf file with Turkish characters and also tell me what is the correct Turkish codepage to be set in Harbour application? HB_SETCODEPAGE( ??? ) HB_LANGSELECT( ??? ...
by nageswaragunupudi
Thu Aug 16, 2018 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4339

Re: Converting dbf files to MariaDB with importfromdbf

Hi, Changing this line solve in HeidiSQL app. but The Turkish characters are same ("?") in my application.     FWCONNECT oCn HOST "localhost" USER "root" PASSWORD "a" CHARSET "latin5"   I use FW_SetUnicode( ...
by Horizon
Thu Aug 16, 2018 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4339

MariaDB with latin5_turkish_ci collation

...     endif  NEXT   ocn:close() return nil  All data is converted to table in MariaDB with no error. My problem is that All Turkish characters are converted as "?". Even in HeidiSQL app. If I use "utf8_turkish_ci", there is no problem. I want to use "latin5_turkish_ci". ...
by Horizon
Thu Aug 16, 2018 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4339

Re: MySql/MariaDB Collation

Keep aside mysql or dbf. We need to address the Harbour collation issue with Turkish codepage. Try this example (normal English) function Main()   ? "Z" > "W" // --> .T.return nil  Next let us set codepage TRWIN ...
by nageswaragunupudi
Tue Jul 11, 2017 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3453

Re: MySql/MariaDB Collation

Let us see if other Turkish programmers can help.
Also please give me time till I return from Seminar
by nageswaragunupudi
Thu Jun 29, 2017 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3453

Re: MySql/MariaDB Collation

... TRWIN, Ü comes at the end and all other characters are sorted normally like English. First we need to resolve the issues with proper setting up of Turkish codepage in Harbour. I do not know Turkish. So I request you to find out how to configure the Turkish codepage in such a way that Harbour Sorting ...
by nageswaragunupudi
Thu Jun 29, 2017 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3453
PreviousNext

Return to advanced search