Le 13/05/2012 23:50, sebb a ecrit : > 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? > >
I suppose (but not verified) that is a charset encoding problem. In my Eclipse, functions.xml is a UTF-8 encoding file, and after ant task (docs-site), the generated html file is a iso-8859-1 in my browser (firefox)... I don't search why th HTML entity hex value works and not the decimal value. Perhaps a anakia problem? Milamber Ref site: http://www.fileformat.info/info/unicode/char/a5/index.htm >> </p> >> </component> >> >> >> >> >
