Re[2]: JSP editor encoding

Дмитрий Можейко <[email protected]>
Newsgroups gmane.comp.java.netbeans.general.russian
Message-ID <[email protected]>

-----Original Message-----
From: Sultan Tezadov <[email protected]>
To: [email protected]
Date: Thu, 7 Jul 2005 21:27:47 +0400
Subject: Re: [nbdiscuss-ru] JSP editor encoding

> > п║п©п╟я│п╦п╠п╬ п╥п╟ я│п╬п╡п╣я┌, п╫п╬ п╩п╬п╨п╟п╩я▄ UTF-8, п╨я─п╬п╪п╣ netbeans п╡я│я▒ я─п╟п╠п╬я┌п╟п╣я┌ п╫п╬я─п╪п╟п╩я▄п╫п╬ п╦
> > п╡п╦п╢п╦п╪п╬ п©я─п╬п╠п╩п╣п╪п╟ п╫п╣ п╡ я█я┌п╬п╪. п░ я┐ п▓п╟я│ п╨п╟п╨п╟я▐ п╨п╬п╢п╦я─п╬п╡п╨п╟ я│я┌п╬п╦я┌ п╡ я│п╡п╬п╧я│я┌п╡п╟я┘
> > index.jsp?
> 
> UTF-8 (я│п╪. п©я─п╦п╩п╬п╤п╣п╫п╦п╣ п╨ п╪п╬п╣п╪я┐ п©я─п╣п╢я▀п╢я┐я┴п╣п╪я┐ п©п╦я│я▄п╪я┐).

п░я┘, п╢п╟, п╫п╣ п╥п╟п╪п╣я┌п╦п╩. п║я┌я─п╟п╫п╫п╬, п╦п╫я┌п╣я─п╣я│п╫п╬, п╟ п©п╬я┤п╣п╪я┐ я┐ п╪п╣п╫я▐ ISO-8859-1 :(

> 
> п╖я┌п╬ п╫п╟п©п╦я│п╟п╫п╬ п╡ WEB-INF\web.xml ?

<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
	 version="2.4">
    <session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>
    <welcome-file-list>
	<welcome-file>
            index.jsp
        </welcome-file>
    </welcome-file-list>
</web-app>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.