pasamio wrote:
I've been working on an RC4. I'm not quite sure where the truncation came from because the RC4 release of the migrator didn't change any of the export code (or the import code for that matter) but using LaFactory's site an import into the latest 1.5 release seemed to work fine. I'm not quite sure why but it appears at least to be fixed as I see multiple sections, categories and content titles with accents in their name without issues. Attached image is a sample taken from the categories list.
What version of MySQL are you running? I'm not sure what the export site's MySQL was but the local version I am using is MySQL 4.1.22 which may also impact on the behaviour as well.
Hi Sam and lafactory,
I've been struggling with this truncation problem in my own site. I'm using Joomla! 1.5 RC4 with mySQL 4.1.22-standard on an Apache Unix server. I had the same problem because in Portuguese we have some extended characters too.
All the migration process went by as a breeze but all the items titles and menus got truncated exactly where the firs special character is. Though the articles content were not truncated at all.
I gave a look into the SQL dump generated by the migration tool and spotted the problem. While in the articles body all the special characters appear as their HTML code equivalents, it doesn't happen with the titles and menu names.
What I did was a search for all the special characters in the SQL dump and replaced them with their HTML code (i.e. á -> á à -> à etc) and now I'll execute the migration again... Hope that solves the problem. I'll let you know the results as soon as I manage to have some time to do the migration.
UPDATE: OK, I've made the migration with the altered SQL dump and, yes, it worked (kind of).

The only problem now is with the titles. They're not broken at all, but instead of showing the actual character they show the HTML code for them.

The menus are OK. If you look to the titles in a list style (section or category) they're also OK. Only when showing the top title of the article they show differently. I think now it's just a matter of changing the code that actually shows the title to force it to convert the HTML codes into the actual characters.
For the com_migration development team: it would be very nice if the component could take care of the changes itself. It's just a matter of searching the SQL dump for the foreign characters and replacing them with their HTML code.
For the core development team: could you please make the mods in the code to correct the issue with the title and put it in the SVN?

For the sitemasters who want to make the changes in the SQL dump from the 1.0.X database,
don't forget to save it with UTF-8 encoding after finishing. Otherwise the migration will fail.

Hope this can help lots of people who like lafactory, didier L and myself want to migrate their foreign language site(s) to 1.5!
ANOTHER UPDATE: The title issue isn't a core issue at all! It's a template issue!

It happens with rhuk_milkyway and beez the same way, but I've installed JA_purity and the problem is gone!

Regards
Airton.
_________________
Airton Torres
Joomla Bug Squad
http://groups.google.com/group/joomlabugsquadCommunity website -
http://community.joomla.orgUnsolicited support PMs will be deleted and the user added to the foes list.