<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Últimas mensagens do tópico "Acento bugado (jSP Postgree)[RESOLVIDO]"]]></title>
		<link>http://www.guj.com.br/posts/list/6.java</link>
		<description><![CDATA[Últimas mensagens enviadas no tópico "Acento bugado (jSP Postgree)[RESOLVIDO]"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Acento bugado (jSP Postgree)[RESOLVIDO]</title>
				<description><![CDATA[ Olá pessoal, crie meu banco no postgre:<br />  utlizando o encoding UTF-8 o topo da página .jsp esta assim<br /> [code]<br /> &lt;%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %&gt;<br /> [/code]<br />  ele esta mostrando as palavras dessa forma, no banco e na página:<br /> Avião = AviÃ£o <br /> <br /> ja tentei tb Latin1 e nada...............<br />  :x ]]></description>
				<guid isPermaLink="true">http://www.guj.com.br/prepost/131461/708050/acento-bugado-jsp-postgreeresolvido
</guid>
				<link>http://www.guj.com.br/prepost/131461/708050/acento-bugado-jsp-postgreeresolvido
</link>
				<pubDate><![CDATA[Fri, 3 Jul 2009 13:07:38]]> GMT</pubDate>
				<author><![CDATA[ Jrmanzini]]></author>
			</item>
			<item>
				<title>Acento bugado (jSP Postgree)</title>
				<description><![CDATA[ tentou ISO 8859-1 no lugar de utf-8 ?]]></description>
				<guid isPermaLink="true">http://www.guj.com.br/prepost/131461/708059/acento-bugado-jsp-postgree
</guid>
				<link>http://www.guj.com.br/prepost/131461/708059/acento-bugado-jsp-postgree
</link>
				<pubDate><![CDATA[Fri, 3 Jul 2009 13:15:45]]> GMT</pubDate>
				<author><![CDATA[ furutani]]></author>
			</item>
			<item>
				<title>Re:Acento bugado (jSP Postgree)</title>
				<description><![CDATA[ tentei sim, da esse erro:<br /> [code]<br /> type Exception report<br /> <br /> message<br /> <br /> description The server encountered an internal error () that prevented it from fulfilling this request.<br /> <br /> exception<br /> <br /> org.apache.jasper.JasperException: Unsupported encoding: ISO 8859-1<br /> 	org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)<br /> 	org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)<br /> 	org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)<br /> 	org.apache.jasper.compiler.JspUtil.getReader(JspUtil.java:1059)<br /> 	org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)<br /> 	org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)<br /> 	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:167)<br /> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)<br /> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)<br /> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)<br /> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)<br /> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)<br /> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)<br /> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)<br /> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br /> <br /> note The full stack trace of the root cause is available in the Apache Tomcat/6.0.14 logs.<br /> [/code]]]></description>
				<guid isPermaLink="true">http://www.guj.com.br/prepost/131461/708066/reacento-bugado-jsp-postgree
</guid>
				<link>http://www.guj.com.br/prepost/131461/708066/reacento-bugado-jsp-postgree
</link>
				<pubDate><![CDATA[Fri, 3 Jul 2009 13:20:12]]> GMT</pubDate>
				<author><![CDATA[ Jrmanzini]]></author>
			</item>
			<item>
				<title>Re:Acento bugado (jSP Postgree)</title>
				<description><![CDATA[ tentou assim ?<br /> <br /> [code]&lt;%@ page contentType="text/html; charset=ISO-8859-1" %&gt;[/code]]]></description>
				<guid isPermaLink="true">http://www.guj.com.br/prepost/131461/708069/reacento-bugado-jsp-postgree
</guid>
				<link>http://www.guj.com.br/prepost/131461/708069/reacento-bugado-jsp-postgree
</link>
				<pubDate><![CDATA[Fri, 3 Jul 2009 13:22:17]]> GMT</pubDate>
				<author><![CDATA[ joao.junior]]></author>
			</item>
			<item>
				<title>Acento bugado (jSP Postgree)</title>
				<description><![CDATA[ Tenta assim tirar os espaços em branco<br /> [code]<br /> &lt;%@ page contentType="text/html; charset=iso-8859-1"language="java" import="java.sql.*" errorPage="" %&gt;  [/code]]]></description>
				<guid isPermaLink="true">http://www.guj.com.br/prepost/131461/708071/acento-bugado-jsp-postgree
</guid>
				<link>http://www.guj.com.br/prepost/131461/708071/acento-bugado-jsp-postgree
</link>
				<pubDate><![CDATA[Fri, 3 Jul 2009 13:23:10]]> GMT</pubDate>
				<author><![CDATA[ furutani]]></author>
			</item>
			<item>
				<title>Acento bugado (jSP Postgree)</title>
				<description><![CDATA[ [quote=furutani]Tenta assim tirar os espaços em branco<br /> [code]<br /> &lt;%@ page contentType="text/html; charset=iso-8859-1"language="java" import="java.sql.*" errorPage="" %&gt;  [/code][/quote]<br />  :lol: era isso mesmo.....trei os espaçoes e funfou de boa, muito obrigado caras.............]]></description>
				<guid isPermaLink="true">http://www.guj.com.br/prepost/131461/708089/acento-bugado-jsp-postgree
</guid>
				<link>http://www.guj.com.br/prepost/131461/708089/acento-bugado-jsp-postgree
</link>
				<pubDate><![CDATA[Fri, 3 Jul 2009 13:30:19]]> GMT</pubDate>
				<author><![CDATA[ Jrmanzini]]></author>
			</item>
	</channel>
</rss>
