pier 02/05/23 09:58:21 Modified: webapp/docs warp1.xml Log: Reintroduce the example given before as well (the only problem is that it was UTF-8, and _NOT_ Shift_JIS)... Doing some i18n work today... Revision Changes Path 1.4 +2 -1 jakarta-tomcat-connectors/webapp/docs/warp1.xml Index: warp1.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/docs/warp1.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- warp1.xml 23 May 2002 16:50:31 -0000 1.3 +++ warp1.xml 23 May 2002 16:58:21 -0000 1.4 @@ -202,7 +202,8 @@ the string "I love Japan" with the word "Japan" translated in Japanese ("Nihon") written in Kanji (in Unicode characters this would look like U65E5 + U672C) and encoded in Shift_JIS would be represented - as: <b>"I love =?Shift_JIS?q?=93=fa=96=7b?="</b> + as <b>"I love =?Shift_JIS?q?=93=fa=96=7b?="</b> or if encoded in UTF-8 + would look like <b><b>"I love =?UTF-8?q?=e6=97=a5=e6=9c=ac?="</b>. (field identifier <b>MIME</b>). </li> </ul>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>