[EMAIL PROTECTED] writes:
> Hi,
>     I need to import data from tables writen in MS Word 97 into MySQL
> under Linux:(( THe problem is that I don'w have windows box with MS
> Office, and even if I have, I don't know to use Office. And the other
> problem is that I data r writen using Serbian latinic letters which I have
> to save when I import data into Mysql. Any help??
>                                       Ilic Aleksandar
> 


Hello Mr. Ilic Aleksandar,

There is one simple solution for you. 

You can use AbiWord on Linux, read MS Word DOC , save into a text
format and use load_file() function to save a text in MySQL. MySQL
itself does not care for character encoding, except when it comes to
sorting and lower / upper case conversion. Then you can start MySQL
with latin2 character set and get those too.

Oh yes and you can write to me in your mother tongue ...

Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

  • import flylord
    • Sinisa Milivojevic

Reply via email to