简体   繁体   English

在基于多语言Java的Web应用程序中构建的最佳编码是什么,为什么?

[英]What is the best encoding for buildin a multilingual java based web application, and why?

Just curious about the the encoding of files (the actual rendered pages). 只是对文件(实际呈现的页面)的编码感到好奇。 What encoding should they be in to support widest possible language space in a typical jsp type web application. 在典型的jsp类型的Web应用程序中,它们应该采用哪种编码来支持最大范围的语言空间。

The multilingual pages should be rendered in UTF-8 encoded to maximize the chances that the user's browser can display them correctly. 多语言页面应以UTF-8编码呈现,以最大程度地提高用户浏览器可以正确显示它们的机会。 This is a W3C recommendation . 这是W3C的建议

UTF-8支持所有可以使用的字符。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么是访问数据库的最佳基于Web的应用程序 - What is the best web based application to access a database 使用 Ext JS 作为 Java / Spring / Hibernate 应用程序的一部分的最佳方法是什么? - What is the best way to use Ext JS as part of Java / Spring / Hibernate based web application? 创建基于角色的Web应用程序的最佳方法是什么? - What is the best approach to create a role based web application? Java Web应用程序中虚拟键盘组件的最佳选择是什么? - What's the best option for a virtual keyboard component in a Java web application? Java Web应用程序的目录结构的最佳实践是什么 - What is the best practice of the directory Structure Of Java Web Application 处理Java Web应用程序版本控制的最佳方法是什么? - What is the best way to handle Java web application versioning? 在Java Web应用程序(WAR)中存储配置文件的最佳位置是什么? - What is the best place to store a configuration file in a Java web application (WAR)? 多语言Java应用程序中的字体问题 - Font Problems in Multilingual Java Application java web应用程序的最佳实践 - java web application best practices 什么是支持REST的基于Java Web的应用程序的良好技术堆栈? - What is a good technology stack for a java web based application with REST support?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM