Closed (fixed)
Project:
phpBB2Drupal
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 01:18 UTC
Updated:
30 Jun 2009 at 01:36 UTC
My phpBB2 forum is writen in hebrew and if I'm correct it uses " $lang['ENCODING'] = 'WINDOWS-1255'; "
Is it possible to add this encoding ?
Comments
Comment #1
naheemsays commentedYou can try.
Open up phpbb2drupal.pages.inc and then find:
and anywhere around there add a new line:
If it works, it works.
Comment #2
makopolok commentedTried that but from what I gather in Hebrew forum the problem is in the database encoding settings. Things about utf-8 and latin1 , export re-imort what is confusing that for someone that don't have real knowledge there are so many different level of encoding : the phpbb2 files encoding , the phpmyadmin encodings and charset , and the out to sql. Very confusing. Hope to update soon the solution.
Comment #3
naheemsays commentedIt should not matter where the encoding change is done... Is it possible to change the encoding before attempting to import?
That may be a way to go, convert the data to utf8 and then in teh settings choose to not convert the encodings.
Comment #4
naheemsays commentedclosing as with phpbb3 this is no longer a problem - all phpbb3 installs will use UTF-8 - the same encoding as Drupal.