gpt4 book ai didi

java - 在jsp中显示印地语字体

转载 作者:行者123 更新时间:2023-11-29 06:44:35 25 4
gpt4 key购买 nike

我最近开始学习 JSP,但无法在我的页面中显示印地语字体“kruti dev”。我浏览了解决方案并将页面指令更改为

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" 
import="java.io.*,java.util.*,java.sql.*"%>

还有元标记

<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />

最后我还更改了 Eclipse 设置:

Window -> Preferences -> Web -> Jsp Files encoding to UTF-8

但仍然没有成功。

这里是mysql数据库和localhost的截图:

enter image description here

我的系统上安装了所需的字体。我是否需要配置其他任何东西,比如在我的项目资源中包含该字体或类似的东西......??

This is the code of the create table:

-----+
| user_mst | CREATE TABLE `user_mst` (
`UserCode` int(10) NOT NULL,
`UserDispName` varchar(50) DEFAULT NULL,
`UserDispName_Eng` varchar(50) DEFAULT NULL,
`USER_ID` varchar(255) DEFAULT NULL,
PRIMARY KEY (`UserCode`),
KEY `DistCode` (`UserCode`),
KEY `USER_ID` (`USER_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 |

最佳答案

可能还有其他方法,但数据库编码是您应该检查的原因之一。有可能在 Spring 3.0 的早期版本中,您有一些允许网页显示印地文字体的功能。

关于java - 在jsp中显示印地语字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19410508/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com