Avatar

Umlaut-Problem (Bugs)

by Micha ⌂, Monday, June 25, 2007, 18:34 (6139 days ago) @ Micha

Hi,

I have change the entry.inc.php cause the ajax-preview dont show the umlauts (ä,ü,ö and so on)

Line: 88-94:

 
 // add Charset by Michael Loesler, 25.06.2007 - http://derletztekick.com
 if(isset($_REQUEST['ajax_preview']))
  {
   header('Content-Type: application/xml; charset='.$lang['charset']);
   echo '<?xml version="1.0" encoding="'.$lang['charset'].'"?>';
   ?><posting><content><![CDATA[<?php echo $ftext; ?>]]></content></posting><?php
   exit;
  }
 

Micha

P.S. no BB-Tag, code?

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences

locked
10898 views

Complete thread:

 RSS Feed of thread