  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | meta key words and internationalization | meta key words and internationalization 2005-02-01 - By Guy Katz
Back hi;
in an internationalized UTF-8 (See http://UTF-8.ora-code.com) based application where i want to put no latin-1 (See http://tin-1.ora-code.com) keywords in my meta tag what should i do? 1. use the nativeToAscii tool to "unicode escape" my non latin-1 (See http://tin-1.ora-code.com) words and then put them in the meta tag keyword in the "\Uxxx" format 2. save the jsp page in UTF-8 (See http://UTF-8.ora-code.com) and put the non latin 1 words as is in the page 3. both 1 and 2 are ok 4. none of the above
your advise would be very much appreciated. thanks.,
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1255 (See http://ows-1255.ora-code.com)"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0"> <TITLE>meta key words and internationalization</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format -->
<P DIR=LTR><FONT SIZE=2 FACE="Arial">hi;</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">in an internationalized UTF-8 (See http://UTF-8.ora-code.com) based application where i want to put no latin-1 (See http://tin-1.ora-code.com) keywords in my meta tag what should i do?</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">1. use the nativeToAscii tool to " ;unicode escape" my non latin-1 (See http://tin-1.ora-code.com) words and then put them in the meta tag keyword in the "\Uxxx" format</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">2. save the jsp page in UTF-8 (See http://UTF-8.ora-code.com) and put the non latin 1 words as is in the page</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">3. both 1 and 2 are ok</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">4. none of the above</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">your advise would be very much appreciated .</FONT></P>
<P DIR=LTR><FONT SIZE=2 FACE="Arial">thanks.,</FONT></P>
</BODY> </HTML> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff SERVLET-INTEREST". <p> Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html <p>
|
|
 |