On 13 May 2012 11:53, <[email protected]> wrote: > Author: milamber > Date: Sun May 13 10:53:30 2012 > New Revision: 1337838 > > URL: http://svn.apache.org/viewvc?rev=1337838&view=rev > Log: > Fix Yen sign after ant docs task (on Unix/Linux env). e HTML Entity (hex) > value. > > Modified: > jmeter/trunk/xdocs/usermanual/functions.xml > > Modified: jmeter/trunk/xdocs/usermanual/functions.xml > URL: > http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1337838&r1=1337837&r2=1337838&view=diff > ============================================================================== > --- jmeter/trunk/xdocs/usermanual/functions.xml (original) > +++ jmeter/trunk/xdocs/usermanual/functions.xml Sun May 13 10:53:30 2012 > @@ -1052,7 +1052,7 @@ The following variables are made availab > <br/> > ${__char(13,10)} = ${__char(0xD,0xA)} = ${__char(015,012)} = CRLF > <br/> > -${__char(165)} = ¥ (yen) > +${__char(165)} = ¥ (yen)
Not sure why #165 does not work? > </p> > </component> > > >
