geirm       01/04/13 20:13:18

  Modified:    xdocs    developer-guide.xml
               docs     developer-guide.html
  Log:
  added info on input.encoding and output.encoding
  
  Revision  Changes    Path
  1.37      +8 -2      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- developer-guide.xml       2001/04/08 21:40:45     1.36
  +++ developer-guide.xml       2001/04/14 03:13:17     1.37
  @@ -1256,8 +1256,14 @@
   
   <strong>Character Encoding</strong>
   <p>
  -<code>template.encoding = 8859_1</code><br/>
  - Encoding scheme to use.  Currently used in VelocityServlet.
  +<code>input.encoding = ISO-8859-1</code><br/>
  +Character encoding for input (templates).  Using this, you can use
  +alternative encoding for your templates, such as UTF-8.
  +</p>
  +
  +<p>
  +<code>output.encoding = ISO-8859-1</code><br/>
  +Character encoding for output streams from the VelocityServlet and Anakia.
   </p>
   
   <strong> #foreach() Directive </strong>
  
  
  
  1.53      +7 -2      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- developer-guide.html      2001/04/08 21:40:46     1.52
  +++ developer-guide.html      2001/04/14 03:13:17     1.53
  @@ -1544,8 +1544,13 @@
   </p>
                                                   <strong>Character Encoding</strong>
                                                   <p>
  -<code>template.encoding = 8859_1</code><br />
  - Encoding scheme to use.  Currently used in VelocityServlet.
  +<code>input.encoding = ISO-8859-1</code><br />
  +Character encoding for input (templates).  Using this, you can use
  +alternative encoding for your templates, such as UTF-8.
  +</p>
  +                                                <p>
  +<code>output.encoding = ISO-8859-1</code><br />
  +Character encoding for output streams from the VelocityServlet and Anakia.
   </p>
                                                   <strong> #foreach() Directive 
</strong>
                                                   <p>
  
  
  

Reply via email to