[gsl-issues] [Issue 115788] document hyperlink with u tf-8 characters fails export to PDF

2010-12-09 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115788


User pl changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.4





--- Additional comments from p...@openoffice.org Thu Dec  9 12:49:02 + 
2010 ---
confirm

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115788] document hyperlink with u tf-8 characters fails export to PDF

2010-12-09 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115788


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from p...@openoffice.org Thu Dec  9 14:48:24 + 
2010 ---
According to the PDF specification URIs need to be ascii encoded, therefore in
this case NO_DECODE is the correct choice. File specifications on the other hand
should be in encodig, but values outside ascii range need to be hex encoded.

This should be fixed now in CWS vcl118.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115788] document hyperlink with u tf-8 characters fails export to PDF

2010-12-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115788


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from c...@openoffice.org Thu Dec  2 09:59:59 + 
2010 ---
appendLiteralStringEncrypt in 3.3 always exports as RTL_TEXTENCODING_ASCII_US 

We have:

rtl::OUString aURL = aTargetURL.GetMainURL( (nSetRelative || eTargetProtocol ==
INET_PROT_FILE) ? INetURLObject::DECODE_WITH_CHARSET : INetURLObject::NO_DECODE 
);
appendLiteralStringEncrypt(aURL)

so if its a file (or relative) then we DECODE_WITH_CHARSET, which defaults to
UTF8 and turns %XX back into utf-8 chars, which can't be converted to ASCII and
become ?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115788] document hyperlink with u tf-8 characters fails export to PDF

2010-12-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115788


User cmc changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|pl

   Component|Word processor|gsl

  QA contact|iss...@sw |iss...@gsl

Subcomponent|save-export   |code

 Version|OOo 3.3 RC6   |OOo 3.3 RC7





--- Additional comments from c...@openoffice.org Thu Dec  2 09:57:39 + 
2010 ---
Reopen because I can reproduce this

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115788] document hyperlink with u tf-8 characters fails export to PDF

2010-12-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115788


User cmc changed the following:

What|Old value |New value

  CC|''|'cmc'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org