Knowledgebase
View categorized listing of all common frequently asked questions.
Documentation
Overview, installation & setup, template customization.
Video Tutorials
Walk through on how to setup jReviews
Forum
Community forum
Submit a Ticket
Use your client area email to access the ticket system.
Downloads
Guides, modules and more...

Check out jReviewsEverywhere

Incorporate the review system capabilities of jReviews into other extensions with the jReviewsEverywhere Addon.
See it in action now.
 
Welcome, Guest. Please login or register.
Did you miss your activation email?
August 28, 2008, 07:43:23 PM
18845 Posts in 4309 Topics by 2611 Members
Latest Member: mysticfrog
News: Do not post any jReviews files or large amounts of code in the forums please. Only template files and code are allowed.
 
jReviews Support Forum  |  Extensions  |  CSV Import for Joomla and JReviews  |  CSV and special characters in given language « previous next »
Pages: [1]
Author Topic: CSV and special characters in given language  (Read 564 times)
dolec
Newbie
*
Offline Offline

Posts: 5


« on: July 23, 2008, 05:35:34 AM »

If you have problems with special characters which are only in your language please check the file in your /components/csv_import/

character_conversion.php

you got character map

$character_map = array(
   '─Ö'   => "ę",
   chr(145)   =>   "'",
    chr(146)   =>   "'",
    chr(147)   =>   '"',
    chr(148)   =>   '"',
    chr(151)   =>   '-',
    'Ö'         =>   '™',
   'ę'         =>   '©',
   'Ģ'         =>   '®',
   "\n"      =>   '<br />'
);

use it to obtain special characters using ascii
Logged
Pages: [1]
« previous next »
    Jump to: