Hi Mr. Rao, I try to use "latin1_swedish_ci" and it seems there is not any problem with turkish characters. There may be a converting charset problem in Importfromdbf method. For example, I try to use "utf8_turkish_ci" and there is "?" problem in my application both fw_...
I have imported the above dbf to mysql with this program. XBrowse of the MySql matches with the xbrowse of the dbf. I do not find any ?? in the display. I did not set FW_SetUnicode( .t. ). So, this is not a Unicode application. #include "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINs...
Hi Mr. Rao, You may need to take a look at the topics below before you can understand me. http://forums.fivetechsupport.com/viewtopic.php?p=71129#p71129 http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14142&start=0&hilit=font http://forums.fi...
I have imported the above dbf to mysql with this program. XBrowse of the MySql matches with the xbrowse of the dbf. I do not find any ?? in the display. I did not set FW_SetUnicode( .t. ). So, this is not a Unicode application. #include "fivewin.ch"REQUEST DBFCDXREQUEST HB_CODEPAGE_TRWINst...
Hi Mr. Rao, I have found the smssablon.dbf that is referred by you. I have transferred to mariadb via Importfromdbf with "latin5_turkish_ci" charset. http://www.objekt.com.tr/fwh_test/11-Mariadb.jpeg http://www.objekt.com.tr/fwh_test/12-Mariadb.jpeg ...
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. ) ?
... 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 ...