Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / encodingtest_KOI8-R.vm
blob45f55a44c1daf4986828f886e11f6adf3f6f1282
1 From - Sat Jun  2 11:47:36 2001
2 Return-Path: <velocity-user-return-1985-geirm=optonline.net@jakarta.apache.org>
3 Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.4])
4         by s1.optonline.net (8.10.2/8.10.2) with ESMTP id f4U9uVc26907
5         for <@mail.srv.nrwlct.cv.net:geirm@optonline.net>; Wed, 30 May 2001 05:56:31 -0400 (EDT)
6 Received: from apache.org (h31.sny.collab.net [64.208.42.41])
7  by mta1.srv.hcvlny.cv.net
8  (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000))
9  with SMTP id <0GE5008U97M83H@mta1.srv.hcvlny.cv.net> for geirm@optonline.net
10  (ORCPT geirm@optonline.net); Wed, 30 May 2001 05:56:33 -0400 (EDT)
11 Received: (qmail 19350 invoked by uid 500); Wed, 30 May 2001 09:56:20 +0000
12 Received: (qmail 19153 invoked from network); Wed, 30 May 2001 09:56:18 +0000
13 Date: Wed, 30 May 2001 13:57:17 +0400
14 From: Vitaly Repetenko <vit@mtu.ru>
15 Subject: Re: Russian Character Encoding
16 To: velocity-user@jakarta.apache.org
17 Reply-to: velocity-user@jakarta.apache.org
18 Message-id: <3B14C3FD.3834AF02@mtu.ru>
19 Organization: MTU-Intel
20 MIME-version: 1.0
21 X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
22 Content-type: multipart/mixed; boundary="Boundary_(ID_tldpu1b8SMKs0pXiY1Dv8g)"
23 X-Accept-Language: ru,en
24 Precedence: bulk
25 Delivered-to: mailing list velocity-user@jakarta.apache.org
26 Mailing-List: contact velocity-user-help@jakarta.apache.org; run by ezmlm
27 X-Recipient: velocity-user@jakarta.apache.org
28 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N
29 References: <3B139D1A.E49723E2@mtu.ru> <3B139DB1.CD00E5E2@optonline.net>
30  <3B13A6B9.B02D04BF@mtu.ru> <3B13B5FB.57130BA9@optonline.net>
31  <3B149DF4.72383B1D@mtu.ru> <3B14BC65.A688FFFB@optonline.net>
32 List-Post: <mailto:velocity-user@jakarta.apache.org>
33 List-Subscribe: <mailto:velocity-user-subscribe@jakarta.apache.org>
34 List-Unsubscribe: <mailto:velocity-user-unsubscribe@jakarta.apache.org>
35 List-Help: <mailto:velocity-user-help@jakarta.apache.org>
36 X-Mozilla-Status: 8011
37 X-Mozilla-Status2: 00000000
38 X-UIDL: a57ee51a80f6ed07173b135dbac0735e
40 This is a multi-part message in MIME format.
42 --Boundary_(ID_tldpu1b8SMKs0pXiY1Dv8g)
43 Content-type: text/plain; charset=koi8-r
44 Content-transfer-encoding: 7BIT
46 template
48 "Geir Magnusson Jr." wrote:
50 > Vitaly Repetenko wrote:
51 > >
52 > > Hi!
53 > >
54 > > Test is attached.
55 > >
56 > > Not only russian capital "U" is converted into space but russian capital "F" (ASCII
57 > > code E6) also.
58 > >
60 > Can you attach a test template?  Or better yet, see if the latest in CVS
61 > fixes it?  It might have gone in later than the nightly snapshot, so you
62 > may need to just get a dump from CVS.
64 > geir
66 > --
67 > Geir Magnusson Jr.                           geirm@optonline.net
68 > System and Software Consulting
69 > Developing for the web?  See http://jakarta.apache.org/velocity/
70 > "still climbing up to the shoulders..."
72 --Boundary_(ID_tldpu1b8SMKs0pXiY1Dv8g)
73 Content-type: text/html; charset=koi8-r; name=charset_test.vm
74 Content-transfer-encoding: 8BIT
75 Content-disposition: inline; filename=charset_test.vm
77 <html>
78 <head><title>Russian charset test</title></head>
79 <body bgcolor="#ffffff">
81 <pre>
82 ABCDEFGHIJKLMNOPRSTUVWXYZ
83 abcdefghijklmnoprstuvwxyz
85 Russian alphabet:(32 chars) Displayed without codes 0xF5 0xE6 (code page KOI8-R)
87 Â×ÞÚÄųÃßÊËÌÍÎÏÐÒÔÕÆÈÖÉÇÀÙÜÑÝÛÁÓ
88                     ^^
89 ------------------>F5E6
90 â÷þúäå£ãÿêëìíîïðòôõæèöéçàùüñýûáó
92 alt="Èõíèúê"
93      ^
94 ---->F5
95 alt="Öêúâ"
96      ^
97 ---->E6
98 </pre>
100 </html>
103 --Boundary_(ID_tldpu1b8SMKs0pXiY1Dv8g)--