ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot create HTML report with Hebrew fonts with Labview

Solved!
Go to solution

Hi

When I create an HTML report with Labview with the Report Generation toolkit I cannot read the Hebrew fonts

The Set Report Font does not change the fonts, size...

Thanks

 

0 Kudos
Message 1 of 2
(2,864 Views)
Solution
Accepted by topic author Eran1965

Problem was solved

 

Steps: 
1. Between the New report and Set Font add the vi: Append User Formatted HTML to report.vi
2. Add the following strings as input: 

<html dir="rtl" lang="he">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">

0 Kudos
Message 2 of 2
(2,833 Views)