<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'no pageEncoding' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'no pageEncoding' posted on the 'Java Server Pages' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 21:42:01 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 21:42:01 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>no pageEncoding</title>
      <link>http://www.programmersheaven.com/mb/jsp/391547/391547/no-pageencoding/</link>
      <description>I'm trying to give a program response with JSP but the program compaints about the give Charset.&lt;br /&gt;
&lt;br /&gt;
The program sends a URL with paramaters to the JSP page and needs the content generated by the JSP page to work properly. The response is not allowed to have any kind of charset. So I need JSP to give a response to the program with no charset.&lt;br /&gt;
&lt;br /&gt;
Is this possible? Can't find my answer with Google.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/jsp/391547/391547/no-pageencoding/</guid>
      <pubDate>Tue, 26 May 2009 07:42:14 -0700</pubDate>
      <category>Java Server Pages</category>
    </item>
    <item>
      <title>Re: no pageEncoding</title>
      <link>http://www.programmersheaven.com/mb/jsp/391547/410298/re-no-pageencoding/#410298</link>
      <description>pageEncoding：The encoding used for the JSP page file, as well as &lt;br /&gt;
the response charset if no charset is specified by contentType. &lt;br /&gt;
&lt;br /&gt;
If this attribute is omitted, but a charset is specified for contentType, &lt;br /&gt;
that charset is also used of the page; if contentType doesn't specify a charset, ISO-8859-1 is used for a regular JSP page, and UTF-8 is used for a JSP Document. &lt;br /&gt;
&lt;br /&gt;
you can use response.setCharaterEncoding() to set the charset for jsp&lt;br /&gt;
&lt;br /&gt;
hope it helps&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.raqsoft.com/"&gt;RAQ Report---Enjoy Products and Services of RAQSOFT &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/jsp/391547/410298/re-no-pageencoding/#410298</guid>
      <pubDate>Thu, 03 Dec 2009 23:27:19 -0700</pubDate>
      <category>Java Server Pages</category>
    </item>
  </channel>
</rss>
