> As I have realized, the 
> 
> <?PHP echo $varname; ?> 
> 
> and the
> 
> &(varname);
> 
> syntax doesn't give the same result. The "ő" char (o with hungarumlaut,
> 0xF5) at the first case outputs the "ő" (0xF5) char, and at the second
> case it results in "&otilde;", which is wrong.

$varname is Your var , so it is displayed asis.
It is PHP feature , not midgard.

 
> The
> http://www.midgard-project.org/manual/en/part.concepts.syntaxaddition.php
> page is a bit erroneous, the :H modifier does not exists... So, can I
> leave a variable's content as is?

&(varname:h); 

If manual say H , then it is wrong.

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to