

![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| What would I change it too? Any clue and also I just found another pligg site facing this issue look here, Goboz - Cyclists, Mark Your Calendars Last edited by bbrian017; 01-07-2008 at 01:44 PM. |
| |||
| Do you know what character is causing the problems and what the character is suppose to be? Geoserv. |
| |||
| Quote:
Who's She's Anyone's People's and etc... This also happens when sending mas e-mails |
| |||
| Do you have this in libs/utils.php Code: function remove_error_creating_chars($chars) {
$replace=array(
'Á' => 'A',
'Å' => 'A',
'ä' => 'a',
'á' => 'a2',
'à' => 'a3',
'â' => 'a4',
'ã' => 'a5',
'ä' => 'a',
'å' => 'a',
'æ' => 'ae',
'æ' => 'ae',
'é' => 'e',
'È' => 'E',
'É' => 'E',
'Ì' => 'I',
'ì' => 'i',
'Í' => 'I',
'í' => 'i',
'¼' => '',
'¾' => '',
'¿' => '',
'ñ' => 'n',
'Ñ' => 'N',
'Ò' => 'O',
'ò' => 'o',
'Ö' => 'O',
'Õ' => 'O',
'Ó' => 'O',
'ô' => 'o',
'ó' => 'o',
'õ' => 'o',
'ö' => 'o',
'Š' => 's',
'š' => 's',
'Û' => 'U',
'Ú' => 'U',
'Ü' => 'U',
'û' => 'u',
'ú' => 'u',
'ü' => 'u',
'Ý' => 'Y',
'ý' => 'y',
'Ž' => 'Z',
'ž' => 'z',
'€' => ''
);
|
| |||
| yes line 320 - 367 should I add the " there? |
| |||
| Its actually two ' ' Geoserv |
| |||
| no no what I meant was should I add the " in between the 2? Also I just noticed mine is different than the one you added here, Code: function remove_error_creating_chars($chars) {
$replace=array(
'?' => 'A',
'?' => 'A',
'?' => 'a',
'?' => 'a2',
'?' => 'a3',
'?' => 'a4',
'?' => 'a5',
'?' => 'a',
'?' => 'a',
'?' => 'ae',
'?' => 'ae',
'?' => 'e',
'?' => 'E',
'?' => 'E',
'?' => 'I',
'?' => 'i',
'?' => 'I',
'?' => 'i',
'?' => '',
'?' => '',
'?' => '',
'?' => 'n',
'?' => 'N',
'?' => 'O',
'?' => 'o',
'?' => 'O',
'?' => 'O',
'?' => 'O',
'?' => 'o',
'?' => 'o',
'?' => 'o',
'?' => 'o',
'?' => 's',
'?' => 's',
'?' => 'U',
'?' => 'U',
'?' => 'U',
'?' => 'u',
'?' => 'u',
'?' => 'u',
'?' => 'Y',
'?' => 'y',
'?' => 'Z',
'?' => 'z',
'?' => ''
);
|
| |||
| Why do you have ? marks all the way down in that file? Thos are suppose to be characters like mine. Perhaps paste mine over yours. Geoserv. |
| |||
| What version are you running I am running 9.8.2 |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to show category keywords as text on the site? | gnalkit | Questions and Comments | 4 | 11-26-2008 05:17 AM |
| Text bleeding over problem!! | lazynewt | Questions and Comments | 5 | 03-12-2008 05:32 PM |
| 9.6 error | xbizsky | Questions and Comments | 28 | 07-04-2007 03:54 AM |
| Need help setting text in header | dinki | Questions and Comments | 0 | 06-30-2007 05:32 PM |
| Safari underlining all of the text... | kevinD | Questions and Comments | 2 | 05-29-2007 12:51 PM |