| View previous topic :: View next topic |
| Author |
Message |
TAKIS General User

Joined: 18 Jul 2012 Posts: 9
|
Posted: Wed Jul 25, 2012 6:47 am Post subject: No Unicode when paste values from other Grid (?) |
|
|
generally, on simple copy&paste from notepad working there is no problem.
but when I tried to copy row values from grid (.NET application) failed.
watch the video
| Code: | | http://www.sendspace.com/file/ztkxjn |
thanks |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Wed Jul 25, 2012 9:16 am Post subject: |
|
|
Maybe the characters aren't Unicode; NotePad detects this but OpenOffice doesn't. Have you tried saving from NotePad checking the encoding is Unicode and then reopening the file? I notice you are using a database – the last time I used MySQL it did not use Unicode as the default. Have you checked the encoding used by the database? _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
TAKIS General User

Joined: 18 Jul 2012 Posts: 9
|
Posted: Wed Jul 25, 2012 10:04 pm Post subject: re |
|
|
yes the grid is a resultset from MySQL.
Is nothing to do.
as you saw at movie, there is a /td> on cell something wrong at OOcalc. |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
|
| Back to top |
|
 |
TAKIS General User

Joined: 18 Jul 2012 Posts: 9
|
Posted: Thu Jul 26, 2012 3:36 am Post subject: re |
|
|
there is nothing to do with MySQL!
also when I connect to SQLServer is the same result! |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Thu Jul 26, 2012 8:20 am Post subject: Re: re |
|
|
I'm not sure I will be able to solve the problem you are having but find these two statements rather contradictory:
| TAKIS wrote: | | yes the grid is a resultset from MySQL. |
| TAKIS wrote: | | there is nothing to do with MySQL! |
_________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
TAKIS General User

Joined: 18 Jul 2012 Posts: 9
|
Posted: Thu Jul 26, 2012 10:10 pm Post subject: you miss 2lines of this post |
|
|
| Quote: |
yes the grid is a resultset from MySQL.
Is nothing to do.
as you saw at movie, there is a /td> on cell something wrong at OOcalc. |
|
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Thu Jul 26, 2012 11:13 pm Post subject: |
|
|
Well in my opinion it's almost certain that you have an encoding problem; the database using ISO-8859-7 and OpenOffice UTF-8 being the most likely from the given information.
I suspect the /td> comes from an incomplete copy; somehow you are copying the last HTML tag but not the first so OpenOffice thinks the /td> is text which is in Latin ascii/ansi characters, of course. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
|