I'm thinking of possibly extending node_import to handle i18n data import, since I am porting from a bilingual site (ie every page and category term is available in both English and French) into Drupal/CivicSpace. This would interact heavily with taxonomy as well. Any comments/advice?

Comments

druvision’s picture

node_import uses fgetcsv,
which should use the PHP LANG environment variable
(which is en_US.UTF-8, in my case).

However, all non-english (in my case, Hebrew) characters are still imported as question marks.

Any help will be appriciated.

Environment: Drupal 4.6, PHP4.3.11

Thanks

Amnon

Robrecht Jacques’s picture

This are two issues:

Robrecht Jacques’s picture

Version: 4.6.x-1.x-dev » master
Status: Active » Closed (fixed)