L
Libor Laubacher
Guest
This error has nothing to do with word-break rules. It says that the data binary dumped out have a different codepage (flag inside the .bd file) than the codepage of the database you are trying to load it to. Here is the copy and paste of the answer from the thread I referred above, which you have if I am reading it correctly verified few posts below. Convert the source db to utf-8 prior dumping the data -or- have the target db in iso8859-1, load the data and then convert it to utf-8.
Continue reading...
Continue reading...