Hi,
I have made a migration test of few Wordpress posts into Jommla K2 items.
Everything worked perfectly.
Then I parsed the newly imported items and all images were transferred to
to images/cmigration folder (not media/images folder, as written in the User's Guide. see
https://compojoom.com/support/documentation/cmigrator/ch03s04
). But this is only a minor remark.
The main problem is that original image filenames, that were encoded in UTF-8 (Hebrew), were newly created in some other charset (maybe it is ANSI) which is displayed as giberish.
1. Here is the original file name:
סולידאריות.jpg
2. Here is the filename as it appears in right-click "Copy image URL":
%D7%A1%D7%95%D7%9C%D7%99%D7%93%D7%90%D7%A8%D7%99%D7%95%D7%AA.jpg
(the original full URL is:
kav.org.il/image/users/100994/ftp/my_fil...D7%AA.jpg?id=9270704
)
3. Here is the newly created filename after "Parse" stage:
׳¡׳•׳׳™׳“׳׳¨׳™׳•׳×.jpg
When I manually rename the image, to the original filename, it is display correctly. That means that the src attribute of the img tag is written correctly.
Thanks