Search found 914 matches: unicode

Return to advanced search

Re: German Umlaute GET / Unicode / SQL - QDBC - native

hi,

have try Sample c:\fwh\samples\pgre01.prg
using PostgreSQL v9.5 Server and WIN1252 for Database

now i can "input", even German Umlaute, and "save" it :D

on same Server i try UTF8 Table but than it fail again ...
so i need to use ANSI Table for Fivewin Sample
by Jimmy
Thu Jul 20, 2023 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 280

Re: German Umlaute GET / Unicode / SQL - QDBC - native

hi, I found it working well with this following setup   HB_LANGSELECT( "DE" )   HB_CDPSELECT( "DEWIN" )   FW_SetUnicode( .F. ) Can you please check and confirm? thx for Answer i can now "input" German Umlaute ... but not working with PostgreSQL S...
by Jimmy
Wed Jul 19, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 280

Re: FindReplace Dialog Unicode

hi Antonio,
Antonio Linares wrote:Does it work fine inspite of those warnings ?

have test it and it FAIL when use #define UNICODE :(
it does not find anything any more ...
by Jimmy
Wed Jul 19, 2023 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 149

Can´t initialize character set unknown (path: compiled_in)

Hola a todos, y gracias de antemano por leer y por responder a quienes puedan hacerlo. Usando Debian 11, MySQL 8.0.33 y 5.7.20, utilizando lo nativo de FWH/mariaDB para conectar a ddbb MySQL, da error "2019 Can´t initialize character set unknown (path: compiled_in)" y no se conecta (por lo...
by José
Wed Jul 19, 2023 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 212

Re: German Umlaute GET / Unicode / SQL - QDBC - native

I found it working well with this following setup
Code: Select all  Expand view
  HB_LANGSELECT( "DE" )
   HB_CDPSELECT( "DEWIN" )
   FW_SetUnicode( .F. )

Can you please check and confirm?
by nageswaragunupudi
Wed Jul 19, 2023 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 280

Re: FindReplace Dialog Unicode

Dear Jimmy,

Does it work fine inspite of those warnings ?
by Antonio Linares
Wed Jul 19, 2023 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 149

FindReplace Dialog Unicode

... BEGINDUMP#include <windows.h>#include <commctrl.h>#include <hbapi.h>#include <shlobj.h>#include <tchar.h>#define UNICODE#ifdef UNICODELPWSTR AnsiToWide( LPCSTR );LPSTR  WideToAnsi( LPWSTR );#endif//********************************************************************// ...
by Jimmy
Wed Jul 19, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 149

Re: German Umlaute GET / Unicode / SQL - QDBC - native

This problem is reported by another German user.
We are looking into this.
by nageswaragunupudi
Tue Jul 18, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 280

German Umlaute GET / Unicode / SQL - QDBC - native

hi, i have Problem with GET when type German "Umlaute" it work fine with DBF (where i can set Codepage) but fail SQL - QDBC - native i have use "latest" Access Sample (with FWH 23/04) https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43466 i type : "...
by Jimmy
Tue Jul 18, 2023 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German Umlaute GET / Unicode / SQL - QDBC - native
Replies: 4
Views: 280

Re: SetClipboardData to UTF-8

... UTF-8 :D From now onwards, please use the above two functions. I noticed a small bug in TClipboard class and do not use it till it is fixed (for Unicode only) Both the above functions are available in FWH2204 but the second function requires a fix. Fixed in the version under release.
by nageswaragunupudi
Sat Jul 01, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1043

Re: ayuda por favor con REPrintBox5

The regular command
Code: Select all  Expand view
@ r,c PRINT TO oPrn TEXT cText  SIZE w,h INCHES/MM/CM.....

cText can be normal ANSI text, Unicode text or RichEditText. Prints multiline text.
You can see samples on this forum.
Again this depends on your version of FWH
by nageswaragunupudi
Fri Jun 30, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ayuda por favor con REPrintBox5
Replies: 8
Views: 553

Re: SetClipboardData to UTF-8

Please run this program as it is: #include "fivewin.ch"function main()   local cText, cPaste   local aText[ 4 ]   FW_SetUnicode( .t. )TEXT INTO aText[ 1 ]Ágota KristófängstlichenÄrzteÅsa BökerÍngrid BetancourtÑejoÓlafur ArnaldsÖlsardinenØresund Space CollectiveüberbewertetÜberblickАнастасия ...
by nageswaragunupudi
Fri Jun 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1043

Re: SetClipboardData to UTF-8

Can you make a small bugfix in fwh\source\function\imgtxtio.prg You see this code at line no: 3850      if !Empty( uData ) .and. IsTextUnicode( uData ) Please change it as      if !Empty( uData ) Then, please run this program: #include "fivewin.ch"function Main()  ...
by nageswaragunupudi
Thu Jun 29, 2023 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1043

Re: FW_SetUnicode( .T. ) 2-Byte characters

...  local cVar3 := "üäö"   local cVar4 := "üäö"   REQUEST HB_CODEPAGE_UTF8   HB_CDPSELECT( "UTF8" )   FW_SetUnicode( .T. )      DEFINE DIALOG oDlg SIZE 600, 600 PIXEL TRUEPIXEL      @  20, 20 GET oGet VAR cVar1 SIZE 200,20 PIXEL OF oDlg VARCHAR 20  ...
by frose
Thu Jun 29, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

Re: FW_SetUnicode( .T. ) 2-Byte characters

same Prob here with unicode I want move to Harbour from xHarbour My getfield blocks if itype "Müller" t stops at "Mü" U.diemer using ads Server 12.2 cannot confirm this behavior for Harbour. Uwe, try example from ...
by frose
Tue Jun 27, 2023 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195
PreviousNext

Return to advanced search