gpt4 book ai didi

java - 从 Apache CouchDB 1.6.1 获取印地语数据

转载 作者:行者123 更新时间:2023-11-30 02:34:57 26 4
gpt4 key购买 nike

我使用 Apache CouchDB 1.6.1 作为我的数据库。我们正在创建测验并将问题数据保存在 couchdb 中。现在,有些用户想要用印地语创建问题。数据很容易保存在 couchdb 中,但是在从 couchdb 检索数据时,它会被转换成某种荒谬的字体。可能字体系列存在一些问题,而我对此一无所知。

我们在项目中使用 JavaGwt

COuchdb Sample Db Img

Data On fetching

 public String getData(){
Session session = new Session("192.168.1.70", 5984);
String hindiresult=null;
try{
Database test = session.getDatabase("test");
Document testdoc = test.getDocument("testdoc");
hindiresult=testdoc.getString("hindifield");

}catch(Exception e){
e.printStackTrace();
}
return hindiresult;
}
}

这是我们的服务器端代码,用于在此处获取数据并将其返回给客户端。我已经分享过的图像。 Jar Using

最佳答案

您需要使用utf-8编码,以支持印地语。

关于java - 从 Apache CouchDB 1.6.1 获取印地语数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43338460/

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