Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix bugzilla bug 124083--[Regression]Space in text can't be previewed properly in PDF and html

Title: [birt-dev]CheckIn: Fix bugzilla bug 124083--[Regression]Space in text can't be previewed properly in PDF and html

Summary 

Bugzilla Bug (s) Resolved:
Fix bugzilla bug 124083--[Regression]Space in text can't be previewed properly in PDF and html

Description:
White space escape rule in HTML:

  1. First white space in a line will be replaced by  ;
  2. Last white space in a line will be replaced by  ;
  3. White spaces at odd position will be ignored, while white spaces at even position will be replaced.

Test Description:
JUnit Test


Files Edited:

"/org.eclipse.birt.report.engine.emitter.html/test/org/eclipse/birt/report/engine/emitter/html/HTMLWriterTest.java" "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLWriter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:



Back to the top