Search found 281 matches: setunicode

Return to advanced search

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
by Uwe.Diemer
Fri Jun 23, 2023 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

something else I noticed: During editing it sometimes happens that the following 2-byte characters are interpreted CORRECTLY.
So the error should be related to the length calculation of the previous characters, somewhere deep inside.
HTH
by frose
Fri Jun 23, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

Meanwhile you can help me by 1. Let me know if the multiline Get @ r,c, GET ctext MEMO/TEXT .. is working perfectly with German lang when FW_SetUnicode() is .T. ? Works without any objection in TMultiGet() :D https://i.postimg.cc/Njf9Mccw/2023-06-23-10-08-07.png   local oDlg   local...
by frose
Fri Jun 23, 2023 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

I do not have German keyboard, but I am using virtual touch keyboard downloaded from Google. I noticed the same issues. I use the 'Comfort On-Screen Keyboard Pro' for this purpose. We are going to look into and solve the issue. Good to know. This may take some time. I suggest you to postpone moving...
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

I do not have German keyboard, but I am using virtual touch keyboard downloaded from Google. I noticed the same issues. We are going to look into and solve the issue. This may take some time. I suggest you to postpone moving to Unicode for a few days, till we make this work perfectly. Meanwhile you ...
by nageswaragunupudi
Thu Jun 22, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

Is this working perfectly?

Yes
Can you please let me see your settings?

Windows 11 Pro 22H2 22621.1848
Harbour 3.2.0dev (r2008190002)
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
FWH 23.04 x86
by frose
Thu Jun 22, 2023 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

Used DE850 until now,

Is this working perfectly?
Can you please let me see your settings?
by nageswaragunupudi
Thu Jun 22, 2023 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

cVar2 using EDIT control is correct but cVar1 using GET control is not correct? Yes! Did some more tests with ü - 0xC3BC and some other 2-byte characters: - The first 2-byte char is ok - all the following are not ok - Pasting one or more 2-byte chars from the clipboard is working! Did you try keepi...
by frose
Wed Jun 21, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

cVar2 using EDIT control is correct but cVar1 using GET control is not correct?

I need to do more tests at my end.

Did you try keeping FW_SetUnicode( .f. ) // default
and try setting
Code: Select all  Expand view
  HB_LangSelect("DE")
   HB_SetCodePage("DEWIN")
by nageswaragunupudi
Wed Jun 21, 2023 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

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

This is the result with the example from https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43246 when FW_SetUnicode( .t. ) local oDlg, oGet, oEdit   local cVar1 := ""   local cVar2 := ""   HB_CDPSELECT( "UTF8" )   FW_SetUnicode( .T. ...
by frose
Wed Jun 21, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

FW_SetUnicode( .T. ) 2-Byte characters

Hi, does anyone know why these 2-byte characters "üöä", "ÄÖÜ", "ßéÉÊ" are not interpreted correctly when inserted during editing? FUNCTION Main()   LOCAL aArray   HB_CDPSELECT( "UTF8" )   FW_SetUnicode( .T. )   aArray := { "üö...
by frose
Wed Jun 21, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2195

Re: Empty text variable in TGET

We advise you to use Edit control, which is very similar to Get control. Edit control allows input of variable length. cVar2 := ""  @  60,20 EDIT oEdit VAR cVar2 SIZE 200,20 PIXEL OF oDlg  In case of Unicode applications, (when FW_SetUnicode( .t. )), we can use Get control a...
by nageswaragunupudi
Fri May 26, 2023 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Empty text variable in TGET
Replies: 3
Views: 267

Re: WC_LISTVIEW / "SysListView32" -> Unicode ?

hi, have found out that there is no Method Create in CLASS TControl() so i have look into SUPER CLASS TWindow() and found METHOD Create( cClsName )  CLASS TWindow   ...   if ::hWnd == 0      WndCreateError( Self )   else      ::Link()   endifreturn nil  Method Link() is missi...
by Jimmy
Mon Jan 16, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WC_LISTVIEW / "SysListView32" -> Unicode ?
Replies: 7
Views: 516

WC_LISTVIEW / "SysListView32" -> Unicode ?

hi, i use #define CTRL_CLASS            "SysListView32" and CLASS TGrid FROM TControl   ::Create( CTRL_CLASS ) but i have Problem when use FW_SetUnicode( .T. ) now i saw this in c:\BCC7\include\windows\commctrl.h #define WC_LISTVIEWA            "SysListView32"#define WC_L...
by Jimmy
Sun Jan 15, 2023 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WC_LISTVIEW / "SysListView32" -> Unicode ?
Replies: 7
Views: 516

Re: CLASS TGrid() for FiveWin

hi, have clean up CODE and Upload to Github https://github.com/AugeOhr/TGRID Source is for Fivewin 22.07 and BCC7 32 Bit or MSVC 64 Bit Environment ! Note : no Icon / Bitmap include (might make Copyright Problem) --- latest News : have add Sample "virtual" GRID ( Property.PRG ) it ...
by Jimmy
Sun Jan 08, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3476
PreviousNext

Return to advanced search