Author |
Message |
prekill
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Oct 22, 2005
Posts: 201
|
Posted:
Mon Aug 24, 2009 2:27 pm |
|
IE 7
go to my site.. and have a look.. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 2:28 pm |
|
it might be the way the server sends the data? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 18, 2004
Posts: 579
|
Posted:
Mon Aug 24, 2009 2:32 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 2:35 pm |
|
i have it , however i cant read hebrew , so i even cant tell what is right or wrong.
You should use atleast IE8 + firefox.
IE8 is now free to download , just like firefox. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 2:44 pm |
|
But I know the problem is mine because I surf to other hebrew utf8 sites and can read the view source |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 3:09 pm |
|
should I add any code? or raven is compatible with UTF8? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 3:12 pm |
|
I'm still playing with your sql , it is to big for my pc to handle.. so it goes al verry slow.
mysqldump.exe refuses to get rid of the latin1 charset , so i only find out after importing , and when importing i keep getting duplicate entry errors etc etc.
i dont now what tools you use , but they seem to be fastrer as what i use. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 3:17 pm |
|
all the work on the database I made on the server it self.. (its a vps) using ssh commad.. thats why it goes faster..
I think the problem might be something with server configeration but im not sure |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 3:17 pm |
|
for the oscommerce intregration i require utf8 aswell , my db was already setup utf8 , and i only had to change the language file to get my chars readeble. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wHiTeHaT
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 3:21 pm |
|
i must give up with trying to help you , however when i come across a simular problem and gives a solution , i would be glad to let you now. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 3:25 pm |
|
wHiTeHaT sure thing! thank you my friend |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 24, 2009 7:50 pm |
|
another problem is the following:
on index.php the module in use is News.
Now the data format (which is set in admin-->preferences --en_us) is set to hebrew.. in order to display hebrew data.
the problem is that its sending the data hebrew incoded and not utf-8.. any idea on how to fix it? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
prekill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 25, 2009 2:47 pm |
|
ok I found a solution:
editing the following line in mainfile.php:
Quote: |
$datetime = strftime(_DATESTRING, $time);
|
to this:
Quote: |
$datetime = iconv('windows-1255', 'UTF-8', strftime(_DATESTRING, $time));
|
windows-1255 stands for your loacal time you choose view phpnuke admin panel and will convert it to utf. (you should change windows-1255 to your lang encode. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|