[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2017-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #36 from Julien Nabet  ---
Thank you Urmas and himajin10, let's give a try with
https://gerrit.libreoffice.org/#/c/38253/

Urmas: I know that's it's a cold case but if you have some time, could you be
more explicit about svl part of
https://bugs.documentfoundation.org/show_bug.cgi?id=37859#c16 ?
I suppose it concerns Out_Char function and most particularly this part:
130 //If we can't convert to the dest encoding, or if
131 //it's an uncommon multibyte sequence which most
132 //readers won't be able to handle correctly, then
133 //export as unicode
134 OUString sBuf(, 1);
135 OString sConverted;
136 sal_uInt32 nFlags =
137 RTL_UNICODETOTEXT_FLAGS_UNDEFINED_ERROR |
138 RTL_UNICODETOTEXT_FLAGS_INVALID_ERROR;
139 bool bWriteAsUnicode =
!(sBuf.convertToString(,
140  eDestEnc, nFlags))
141 ||
(RTL_TEXTENCODING_UTF8==eDestEnc); // #i43933# do not export UTF-8 chars in
RTF;
142 if (bWriteAsUnicode)
143 {
144 (void)sBuf.convertToString(,
145 eDestEnc, OUSTRING_TO_OSTRING_CVTFLAGS);
146 }
147 const sal_Int32 nLen = sConverted.getLength();

See
http://opengrok.libreoffice.org/xref/core/svtools/source/svrtf/rtfout.cxx#130
If you confirm, I think it could be interesting to have a bugtracker about this
specific part with a failing case.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2017-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

--- Comment #35 from himajin100...@gmail.com ---
I'm not an expert,but I wonder what would happen if we explicitly specify
appropriate encoding as the fifth parameter to SfxFrameHTMLWriter::Out_DocInfo
in OHTMLImportExport::WriteHeader rather than relying on its default parameter? 

https://github.com/LibreOffice/core/blob/39adbb9593c764429e9ed2176dde755809b3af0f/dbaccess/source/ui/misc/TokenWriter.cxx#L677

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2017-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

--- Comment #34 from Dimitris Xenakis  ---
the bug remains, using Libreoffice Version:  5.2.2.2, on Windows 7.

Using the file mentioned in comment 24 , again the -wrongly encoded- greek text
is pasted as 

îåóêåðÜæù ôçí øõ÷ïöèüñá âäåëõãìßá

instead of 

ξεσκεπάζω την ψυχοφθόρα βδελυγμία

So, no change during 2016...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2017-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

--- Comment #33 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.2.5 or 5.3.0  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20170306

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2016-01-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

--- Comment #32 from Dimitris Xenakis  ---
Hello, the bug remains, using Libreoffice Version: 5.0.4.2, on Windows 7. When
I copy a whole row or table using right-click(or menu) the text pasted (at
least for Greek and Hebrew) is wrong. On the contrary, when drag and drop table
from Base to Calc, or copy single cell, it is OK. Used again the file mentioned
on Comment 24.
Maybe this piece of info helps: If one chooses to "paste special" in the case
of bug showing the options are just RTF and HTML, in the case of no bug only
Unformatted text.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2016-01-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

Urmas  changed:

   What|Removed |Added

 CC||deep...@list.ru

--- Comment #31 from Urmas  ---
*** Bug 97346 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2016-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37859

--- Comment #30 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice (5.0.4 or later)  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT:

- Update the version field
- Reply via email (please reply directly on the bug tracker)
- Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)

If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not
present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-01-17

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #29 from Alex Thurgood ipla...@yahoo.co.uk ---
Adding self to CC if not already on

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #28 from Julien Nabet serval2...@yahoo.fr ---
Urmas: bug may indeed be magically fixed sometimes when:
- a similar bug has been fixed
- some code part has been redesigned
- a problem indicated by code analyzers (like coverity scan, cppcheck and
other), which was the root cause of the bug, has been fixed
etc.
Of course, I wouldn't be able to give you any probalities but it does happen
sometimes! :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #24 from Dimitris Xenakis drdxenakis+bugfreedesk...@gmail.com ---
If one needs another file for testing, the attachment in bug 79631 does the
trick. It is a small odb file containing a single table with fonts in various
encodings exhibiting the issue. Here is the link:
https://bugs.freedesktop.org/attachment.cgi?id=100392

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

sasha.libreoff...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #25 from Urmas davian...@gmail.com ---
The text in the 'system' encoding on Windows is copied to RTF as ANSI. It is
marked by a font with \charset0. That is what causes the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #26 from Urmas davian...@gmail.com ---
*** Bug 79631 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #27 from Urmas davian...@gmail.com ---
If you want to reproduce it, you will need a Windows OS set to any legacy
codepage than 1252.

P.S. Bugs do not fix themselves by magic after two years.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=79631

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #22 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with 4.3.2 Debian package, I don't reproduce the very
similar fdo#79631 put in See Also

Cheng-Chia: Since, I don't have Google account, could you give a new try with
4.3.2 version?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #23 from Cheng-Chia Tseng pswo10...@gmail.com ---
As reported, this bug only existed on Windows platform. Linux is not affected.

You can get the file at
https://www.dropbox.com/s/tbb7bgffees5igj/%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E8%B3%87%E6%96%99%E5%BA%AB2.odb?dl=0

Tested with version 4.3.2 on Windows 7 64bit, this long life bug exists still.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #21 from Dimitris Xenakis drdxenakis+bugfreedesk...@gmail.com ---
Please see this Bug 79631 where it seems that Dominik has tackled the issue in
version 4.4.0.0.alpha0+ . And apologies for having forgotten my own
submission...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #18 from Cheng-Chia Tseng pswo10...@gmail.com ---
Bug existed, reproducible on 4.3.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #19 from Julien Nabet serval2...@yahoo.fr ---
Cheng-Chia: Thank you for your feedback, put it back to NEW.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2014-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #17 from Julien Nabet serval2...@yahoo.fr ---
Any update with last LO stable version, 4.2.5?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2012-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #14 from Urmas davian...@gmail.com ---
The data formats for both RTF and HTML contain certain text in a system default
encoding, but it is either marked as a charset 0 or windows-1252.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2012-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #15 from sasha.libreoff...@gmail.com ---
Possibly related to Bug 36144

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2012-11-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

--- Comment #16 from Urmas davian...@gmail.com ---
The culprit probably is

/core/dbaccess/source/ui/misc/TokenWriter.cxx:421

Also, the logic here seems strange to me:

/core/svtools/source/svrtf/rtfout.cxx:118

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Cheng-Chia Tseng pswo10...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #13 from Cheng-Chia Tseng pswo10...@gmail.com 2012-01-18 05:31:59 
PST ---
The bug is still there.

Using the mehtod in this blog post:
http://openoffice.blogs.com/openoffice/2007/04/farr_simple.html

Go to Table first, then right click the Data I would like to Copy to Calc.
This would create Data in wrong encoding.

Plus, drag the Data icon directly and drop to Calc, the problem can also be
avoided.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #11 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 12:06:41 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   Keywords|NEEDINFO|

--- Comment #12 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 17:01:30 PST ---
needinfo keyword redundant by needinfo status.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2011-11-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Cheng-Chia Tseng pswo10...@gmail.com changed:

   What|Removed |Added

Version|LibO 3.4.0 release  |LibO 3.4.4 release

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37859] Odb data copied to Calc showed wrong encoding in Windows

2011-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37859

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #8 from Julien Nabet serval2...@yahoo.fr 2011-11-26 05:29:13 PST 
---
Is the bug still there on 3.4.4 ?
What's the font and encoding to use to test ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs