Focal Point
DS HTML Composer: How to embed 'greater-than-or-equal-to' symbol?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2617016016

October 03, 2011, 06:14 PM
Francis Mariani
DS HTML Composer: How to embed 'greater-than-or-equal-to' symbol?
Unicode Character 'GREATER-THAN OR EQUAL TO'

The 'greater-than-or-equal-to' symbol is ≥ and is usually put in an HTML page with the following two codes: ≥ or ≥ - embedding either of these in a HTML Composer file does not work. I also tried &|ge; or &|#8805; with no luck.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 03, 2011, 06:22 PM
Francis Mariani
Copy-pasted the actual character and that worked.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 04, 2011, 04:55 AM
Wep5622
quote:
Originally posted by Francis Mariani:
Copy-pasted the actual character and that worked.


Until you deploy the file, that is. Then it gets replaced by a '?' (question mark).
I have a case open for this issue (although in 7.6.11).


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
October 04, 2011, 10:06 AM
Francis Mariani
Thankfully it works for me, maybe because the html page is embedded in a focexec with a -HTMLFORM command.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 04, 2011, 02:40 PM
njsden
Please try adding a non-breaking space (   ) to your HTML page and let us know what happens when you run it ...



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
October 04, 2011, 02:43 PM
njsden
Never mind ... apparently this is now fixed in 7.7.03M!



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
October 04, 2011, 02:50 PM
Francis Mariani
Now, why did you think something so complicated as a   would work right off the bat?

I entered:
AAA BBB&|nbsp;CCC

and that's exactly what's displayed, because this text was converted to
AAA BBB&|nbsp;CCC

in the html code.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
October 04, 2011, 02:57 PM
njsden
What if you do it directly from the HTML tab (not the Design one)?

In 7.7.03 I remember getting a beautiful semicolon instead of the space I expected when I loaded the page in my browser ... I think the engine was trying to resolve &nbs as a Dialogue Manager variable (which obviously had no value) leaving the ";" to be displayed alone.

As I said, now that I moved to 7.7.03M I no longer see that happening so I can't replicate ... or maybe I was drunk then ... not that I drink much but lack of sleep has some weird effects on certain people Smiler



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.