Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 28183 invoked from network); 7 Mar 2007 09:08:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 09:08:54 -0000 Received: (qmail 37664 invoked by uid 500); 7 Mar 2007 09:08:58 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 37639 invoked by uid 500); 7 Mar 2007 09:08:58 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 37628 invoked by uid 99); 7 Mar 2007 09:08:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 01:08:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 01:08:48 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HOs8J-0004zo-PX for users@myfaces.apache.org; Wed, 07 Mar 2007 01:08:27 -0800 Message-ID: <9349097.post@talk.nabble.com> Date: Wed, 7 Mar 2007 01:08:27 -0800 (PST) From: PeshoChuka To: users@myfaces.apache.org Subject: MyFaces cyrillic MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mail_a_petrov@abv.bg X-Virus-Checked: Checked by ClamAV on apache.org Sory if this is not the right place for this posting but i really don't have an idea and i suspect everything at this moment. Hi, i am trying to start a simple JSF application that display cyrillic. The application is exactly one . I am using eclipse and i needed to change the encoding to Windows-1251. <%@page language="java" pageEncoding="WINDOWS-1251" contentType="text/html; charset=WINDOWS-1251" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> In the browser the cyrrilic is broken. I set the browser encoding to CP1251. I tryed the same example with UTF8. I use JBOSS 4.0.5 Thanks for the help. I really try to search the forum for the same problem but i couldnt find a solution. -- View this message in context: http://www.nabble.com/MyFaces-cyrillic-tf3360867.html#a9349097 Sent from the MyFaces - Users mailing list archive at Nabble.com.