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...
CSV Import for Joomla and jReviews
 
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 11, 2008, 10:16:24 AM
20031 Posts in 4557 Topics by 2711 Members
Latest Member: nautica2008
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 644 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: