[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2010-05-17 Thread jcsong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from jcs...@openoffice.org Mon May 17 08:52:25 
+ 2010 ---
Created an attachment (id=69478)
OOO320_m12/sw/source/filter/ww8/wrtw8nds.cxx


-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2010-05-17 Thread jcsong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from jcs...@openoffice.org Mon May 17 08:55:40 
+ 2010 ---
Is it Ok?
I removed URL encoding routine as followed. (see wrtw8nds.cxx attached file)
I tested it works in my korean samples.

String BookmarkToWord(const String rBookmark)
{
// Knife issue0014631
#if 0
String sRet(INetURLObject::encode(rBookmark,
INetURLObject::PART_REL_SEGMENT_EXTRA, '%',
INetURLObject::ENCODE_ALL, RTL_TEXTENCODING_ASCII_US));
::std::clog  Knife:   __FILE__  :   __LINE__ 
ByteString(sRet, RTL_TEXTENCODING_UTF8).GetBuffer()  ::std::endl;
#endif
   
String sRet = rBookmark; // Knife
return TruncateBookmark(sRet);
}


-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2010-05-13 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from kpala...@openoffice.org Thu May 13 06:09:44 
+ 2010 ---
m75 still generates percent-encoded bookmark name.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2010-05-13 Thread thackert
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from thack...@openoffice.org Thu May 13 16:30:29 
+ 2010 ---
Hello kpalagin, *,
and what about OOO320m17 and DEV300m77? The are more up-to-date than m75 ... ;)

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

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





--- Additional comments from thack...@openoffice.org Wed May 12 16:18:40 
+ 2010 ---
Hello mr_smyle,
would you be so kind to test it again, please? And it would be nice, if you
could attach the original ODT file, so we others can test the export as well ...
;) Your attached 323.doc still shows garbled characters in Navigator, if I open
it with the Germanophone version of OOO320m17 under Debian SID AMD64 ... :(
TIA
Thomas.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2009-08-12 Thread mr_smyle
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from mr_sm...@openoffice.org Wed Aug 12 09:04:32 
+ 2009 ---
3.2 DEV300m51 - with % too.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2009-08-12 Thread mr_smyle
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from mr_sm...@openoffice.org Wed Aug 12 09:05:38 
+ 2009 ---
I'm sorry - m53

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2009-08-10 Thread thackert
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820


User thackert changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from thack...@openoffice.org Mon Aug 10 16:52:02 
+ 2009 ---
Hello mr_smyle, *,
during my TCM tests I stumbled upon this test. Interestingly the first doc still
shows hex values with the Germanophon OOO310m18, whereas the second one shows
the cyrillic letter. So in the second doc it is fixed, but not in the first?
@mr_smyle: Could you test it as well with a newer version of OOo than 2.3.1, 
please?
TIA
Thomas.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2009-08-10 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820


User kpalagin changed the following:

What|Old value |New value

  CC|'kpalagin'|'kpalagin,thackert'





--- Additional comments from kpala...@openoffice.org Mon Aug 10 17:58:11 
+ 2009 ---
OO3.1 on WinXP still generates percent-encoded bookmark names.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2009-05-04 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from m...@openoffice.org Mon May  4 09:12:02 + 
2009 ---
*** Issue 101497 has been marked as a duplicate of this issue. ***

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2008-03-02 Thread sgauti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





--- Additional comments from [EMAIL PROTECTED] Sun Mar  2 17:01:04 + 
2008 ---
Hi, 

For information, the same happens in FR 2.4rc2 release. Note that the name is
also transformed in the context menu of the status bar.
Kind regards - Sophie

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 85820] WW8: cyrillic bookmark nam es garbled on export

2008-02-04 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |hbrinkm

 Summary|Display cyrillic bookmark |WW8: cyrillic bookmark nam
|name in .doc format   |es garbled on export

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Mon Feb  4 10:23:24 + 
2008 ---
MRU-HBRINKM: see attached samples. When exporting these to WW8 format and
reopening, the Cyrillic bookmark names are changed to their characters hex 
values.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]