[jira] [Commented] (FOP-2260) [PATCH] Smart quotes broken in RTF if at start of text

2014-02-26 Thread Robert Meyer (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13912744#comment-13912744
 ] 

Robert Meyer commented on FOP-2260:
---

Sorry in the delay getting to this. The patch has been applied: 
http://svn.apache.org/viewvc?view=revisionrevision=1571989

Thanks for your contribution!

 [PATCH] Smart quotes broken in RTF if at start of text
 --

 Key: FOP-2260
 URL: https://issues.apache.org/jira/browse/FOP-2260
 Project: Fop
  Issue Type: Bug
  Components: rtf
Affects Versions: 1.1
Reporter: Christopher Lowdon
Assignee: Robert Meyer
Priority: Minor
  Labels: patch
 Attachments: mypatch.diff


 When you have a quote at the start of your string, it is transformed into a 
 smart quote incorrectly.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (FOP-2260) [PATCH] Smart quotes broken in RTF if at start of text

2014-02-12 Thread Christopher Lowdon (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899725#comment-13899725
 ] 

Christopher Lowdon commented on FOP-2260:
-

Is anyone free to look at this?  I have a patch, it just needs to be verified 
and applied.  Thanks in advance.

 [PATCH] Smart quotes broken in RTF if at start of text
 --

 Key: FOP-2260
 URL: https://issues.apache.org/jira/browse/FOP-2260
 Project: Fop
  Issue Type: Bug
  Components: rtf
Affects Versions: 1.1
Reporter: Christopher Lowdon
Priority: Minor
  Labels: patch
 Attachments: mypatch.diff


 When you have a quote at the start of your string, it is transformed into a 
 smart quote incorrectly.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (FOP-2260) [PATCH] Smart quotes broken in RTF if at start of text

2014-01-10 Thread Christopher Lowdon (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13868384#comment-13868384
 ] 

Christopher Lowdon commented on FOP-2260:
-

Can someone verify this patch?  Is the example I provided adequate or do I need 
to provide something else?

 [PATCH] Smart quotes broken in RTF if at start of text
 --

 Key: FOP-2260
 URL: https://issues.apache.org/jira/browse/FOP-2260
 Project: Fop
  Issue Type: Bug
  Components: rtf
Affects Versions: 1.1
Reporter: Christopher Lowdon
Priority: Minor
  Labels: patch
 Attachments: mypatch.diff


 When you have a quote at the start of your string, it is transformed into a 
 smart quote incorrectly.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (FOP-2260) [PATCH] Smart quotes broken in RTF if at start of text

2013-11-18 Thread Christopher Lowdon (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13825842#comment-13825842
 ] 

Christopher Lowdon commented on FOP-2260:
-

Sorry for the delay.  The following is a block of fo that when converted to rtf 
results in the RTF string: \rdblquote Hello World!\rdblquote

?xml version=1.0 encoding=UTF-8?fo:root 
xmlns:fo=http://www.w3.org/1999/XSL/Format; 
xmlns:html=http://www.w3.org/1999/xhtml; 
xmlns:HTMLPicture=java:com.cerner.markup.conversion.impl.HTMLPicture 
writing-mode=lr-tb hyphenate=false text-align=start role=html:html 
xml:lang=enfo:layout-master-setfo:simple-page-master page-width=auto 
page-height=auto margin-top=1in margin-bottom=1in margin-left=1in 
margin-right=1in master-name=all-pagesfo:region-body margin-top=1in 
margin-right=1in margin-bottom=1in margin-left=1in column-count=1 
column-gap=12pt/fo:region-before region-name=page-header extent=1in 
display-align=before/fo:region-after region-name=page-footer extent=1in 
display-align=after/fo:region-start extent=1in/fo:region-end 
extent=1in//fo:simple-page-master/fo:layout-master-setfo:page-sequence 
master-reference=all-pagesfo:titletest/fo:titlefo:static-content 
flow-name=page-headerfo:block font-size=small text-align=center 
space-before.conditionality=retain 
space-before=0.5in//fo:static-contentfo:static-content 
flow-name=page-footerfo:block font-size=small text-align=center 
space-after.conditionality=retain 
space-after=0.5in//fo:static-contentfo:flow 
flow-name=xsl-region-bodyfo:block role=html:bodyfo:block 
role=html:divHello 
World!/fo:block/fo:block/fo:flow/fo:page-sequence/fo:root

 [PATCH] Smart quotes broken in RTF if at start of text
 --

 Key: FOP-2260
 URL: https://issues.apache.org/jira/browse/FOP-2260
 Project: Fop
  Issue Type: Bug
  Components: rtf
Affects Versions: 1.1
Reporter: Christopher Lowdon
Priority: Minor
  Labels: patch
 Attachments: mypatch.diff


 When you have a quote at the start of your string, it is transformed into a 
 smart quote incorrectly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (FOP-2260) [PATCH] Smart quotes broken in RTF if at start of text

2013-10-22 Thread Robert Meyer (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13801634#comment-13801634
 ] 

Robert Meyer commented on FOP-2260:
---

Hi Christopher,

I have taken a quick look at this and am unable to reproduce the issue using 
the default font. Which font are you using where this effect occurs? Also, 
would it be possible to post up a couple of simple examples showing this issue?

Thanks

 [PATCH] Smart quotes broken in RTF if at start of text
 --

 Key: FOP-2260
 URL: https://issues.apache.org/jira/browse/FOP-2260
 Project: Fop
  Issue Type: Bug
  Components: rtf
Affects Versions: 1.1
Reporter: Christopher Lowdon
Priority: Minor
  Labels: patch
 Attachments: mypatch.diff


 When you have a quote at the start of your string, it is transformed into a 
 smart quote incorrectly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (FOP-2260) [PATCH] Smart quotes broken in RTF if at start of text

2013-10-10 Thread Christopher Lowdon (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792085#comment-13792085
 ] 

Christopher Lowdon commented on FOP-2260:
-

Can anyone verify this patch for me?

 [PATCH] Smart quotes broken in RTF if at start of text
 --

 Key: FOP-2260
 URL: https://issues.apache.org/jira/browse/FOP-2260
 Project: Fop
  Issue Type: Bug
  Components: rtf
Affects Versions: 1.1
Reporter: Christopher Lowdon
Priority: Minor
  Labels: patch
 Attachments: mypatch.diff


 When you have a quote at the start of your string, it is transformed into a 
 smart quote incorrectly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)