Knowledgebase
View categorized listing of all common frequently asked questions.
Video Tutorials (jReviews 2.0)
Create a Movie & TV Show review website.
Customize the jReviews themes.
Review user profiles with the Everywhere addon.
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?
December 02, 2008, 07:17:33 PM
21713 Posts in 4960 Topics by 2843 Members
Latest Member: per4mer
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 783 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: