Quote Originally Posted by chadderuski View Post
Dennis,

Strange. I used your data, installed the simplified chinese language pack and was able to import your supplied file, modify sort order in the admin, and re-import the file and NOT get any duplicates.

I did notice in your CSV that your have spaces between your category names, which you should not.

Try this and tell me if it makes a difference:

Open: includes/functions/extra_functions/easypopulate_4_functions.php

Scroll down to the function ep_4_curly_quotes($curly_text) function...

change:

return $clean_text;

to:

return trim($clean_text);

Let me know how that works for you. The spaces in UTF8 for chinese may be causing your problem.

-chadd
did you modify for the sub categories as well? modifying th main category will work, but modifying the sub category is what causes the problem.. okay i'll try it out