Message from discussion
Lift and Cyrillic
Received: by 10.52.69.106 with SMTP id d10mr383404vdu.8.1315497799334;
Thu, 08 Sep 2011 09:03:19 -0700 (PDT)
X-BeenThere: liftweb@googlegroups.com
Received: by 10.220.107.17 with SMTP id z17ls921944vco.3.canary; Thu, 08 Sep
2011 09:03:16 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.199.202 with SMTP id et10mr176568vcb.47.1315497796052;
Thu, 08 Sep 2011 09:03:16 -0700 (PDT)
Received: by u19g2000vbm.googlegroups.com with HTTP; Thu, 8 Sep 2011 09:03:16
-0700 (PDT)
Date: Thu, 8 Sep 2011 09:03:16 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2,gzip(gfe)
Message-ID: <265998e5-c72e-419d-97f7-0e74dcb42020@u19g2000vbm.googlegroups.com>
Subject: Lift and Cyrillic
From: L S <luns...@gmail.com>
To: Lift <liftweb@googlegroups.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Hi!
I use lift with NetBeans IDE(7.0) and GlassFish(3.1.1).
When forms with method post pass cirillic string(for example =D0=9F=D1=80=
=D0=B8=D0=B2=D0=B5=D1=82),
application gets some trash - =C3=90=C2=9F=C3=91=C2=80=C3=90=C2=B8=C3=90=C2=
=B2=C3=90=C2=B5=C3=91=C2=82
when use method get - string pass all right.
when use server Jetty, both - post and get method work OK.
on jBoss project can not deploy.