Closed (fixed)
Project:
Node import
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Aug 2005 at 18:58 UTC
Updated:
16 Sep 2006 at 08:33 UTC
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
Comment #1
druvision commentednode_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
Comment #2
Robrecht Jacques commentedThis are two issues:
Comment #3
Robrecht Jacques commented