Search found 914 matches: unicode

Return to advanced search

Re: preview report got error when Windows User name Chinese word

This is happening because our metafile functions like create, open, etc are not supporting Unicode file path names. These functions are now made Unicode compatible. With this you will not face this problem from the next version of FWH2208 to be released. For the present ...
by nageswaragunupudi
Wed Aug 30, 2023 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 686

Re: not ISOEM(), ISANSI() or IsUTF8()

... Now, we can keep the OEM dbf in a safe place   // stop using it and start using UMLANSI.DBF in its place   // from now onwardsreturn nil NOTES: NO UNICODE and NO CODEPAGE Please keep it simple for this Test =========================== But the problem with the DBF of Mr. Jimmy is not as simple as ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2099

Re: ToolBar and rebar not work Unicode word save in UTF8 prg

nageswaragunupudi wrote:Unicode is implemented now for Rebars and Toolbars
Image


Look good.
by richard-service
Mon Aug 28, 2023 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolBar and rebar not work Unicode word save in UTF8 prg
Replies: 4
Views: 421

Re: ToolBar and rebar not work Unicode word save in UTF8 prg

Unicode is implemented now for Rebars and Toolbars
Image
by nageswaragunupudi
Mon Aug 28, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolBar and rebar not work Unicode word save in UTF8 prg
Replies: 4
Views: 421

Re: FWH2307: List View Unicode compatible

https://imagizer.imageshack.com/v2/xq70/923/b6Fboo.png #include "FiveWin.ch"function Main()   local oWnd, oLvw, nOption := 1, oImageList   local oFont, aFiles   aFiles := { "One_ఒకటి.pdf", "Two_두.docx", "T...
by nageswaragunupudi
Sun Aug 27, 2023 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2307: List View Unicode compatible
Replies: 1
Views: 232

FWH2307: List View Unicode compatible

https://imagizer.imageshack.com/v2/xq70/922/Uw5Nfd.png [code]#include "FiveWin.ch" function Main() local oWnd, oLvw, nOption := 1, oImageList DEFINE WINDOW oWnd TITLE "ListView Test" DEFINE IMAGELIST oImageList SIZE 32, 32 oImageList:AddIcon( "console" ...
by nageswaragunupudi
Sun Aug 27, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2307: List View Unicode compatible
Replies: 1
Views: 232

How to print character sigma in Haru?

... I was printing it this way in TPrinter oPrn:say(nRow, nCol, "S", oFont) But this doesn't work under Haru I am not using unicode. Actually, how to inspect the attributes of a font used in Haru e.g. typeface name, bold or not, etc TIA
by hua
Wed Aug 16, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 331

Re: Search in Richedit5

...     else         hDlgFindReplace = FindText( &FindReplace ); --- i´m not sure about Fivewin HB_FUNC( FINDTEXT ) if it work with UNICODE ... have not test it yet but i know that HMG Version does work with German "Umlaute"
by Jimmy
Sun Aug 06, 2023 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in Richedit5
Replies: 9
Views: 806

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... to Fivewin a Reason for Xbase++ User can be, when using PostgreSQL, that they have "big" Data > 2 ^ 32 Xbase++ are only 32 Bit and UNICODE is not realty supported ... so i think of xBase User which want to "upgrade" there *.DBF, not of User which work with PostgreSQL and ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763

Re: Search by format

Code: Select all  Expand view
local cRegEx := "[«][0-3][0-9][»]"
? hb_atx( cRegEx , "test this «23». working" )
 

Result : "«23»"
Note: These are not Unicode characters.
by nageswaragunupudi
Thu Aug 03, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 436

Re: Search by format

how to include regular expression unicode characters (for example: « » ) ?
by Natter
Wed Aug 02, 2023 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 436

METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

...                                  // "__lock_owner"      cIns += ")" --- https://i.postimg.cc/c4ckyMMt/PG-XBROWSER-Unicode-OTF8-Save.jpg so my Question is : how to use own PRIMARY KEY :?:
by Jimmy
Wed Aug 02, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 763

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

hi,

i mean FW_UniCode(.T.) (default) or FW_UniCode(.F.)

as i know ActiveX use ANSI
by Jimmy
Tue Aug 01, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 250

Re: New FTDN July/Julio (FWH 23.07)

... en la clase TWebView. Por favor revisa los ejemplos: samples\webview.prg y webvieweval.prg * Mejora: La clase TListView es compatible con Unicode. Prueba el ejemplo: samples\testvie1.prg * Clase LinkList: Se ha mejorado el método Sort( [lAsc], [lRecurse], [nCol] ) con tres nuevos parámetros: ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1075

New FTDN July/Julio (FWH 23.07)

... New: CLASS TWebView METHOD OpenDevToolsWindow(). Please review samples\webview.prg and webvieweval.prg * Enhancement: TListView class is now made Unicode compatible Try samples\testvie1.prg * LinkList: Method Sort( [lAsc], [lRecurse], [nCol] ) enhanced with three new parameters. Param.1 lAsc: ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1075
PreviousNext

Return to advanced search