在我的选择框中显示印地语编码值

发布于 2024-12-04 02:16:03 字数 1838 浏览 0 评论 0原文

我正在java中的struts框架上工作,我有一个带有选择框的jsp。在更改此选择框时,我在第二个选择框中显示一些值。第一个选择框正确显示印地语字符。我选择一些值,然后调用 onchange 函数,它会转到 ajax 并获取第二个选择框中的值。第二个选择框显示问号。以下是jsp代码

地区(ज़िला) 市政府(नगर)

                                                            <html:select property="municipalitycode" bundle="utf-8"
                                                                styleId="mun_List" style="width:180px;"
                                                                onchange="getzones('myajax.do?action=getzones',this);getsections('myajax.do?action=getsections',this);">
                                                                <html:option value="">Select</html:option>
                                                                <html:optionsCollection property="municipalities" />
                                                            </html:select>
                                                    </tr>

当地区发生变化时,我得到了直辖市。 请帮忙?

I am working on struts framework in java and I have a jsp which has a select box. Onchange of this select box I am displaying some values in a second select box. The first select box is displaying the Hindi characters properly. I select some value and the onchange function is called and it goes to ajax and gets the values in second select box. THe second select box is displaying question marks.The follwing is the jsp code

District(ज़िला)

Municipality(नगर)

                                                            <html:select property="municipalitycode" bundle="utf-8"
                                                                styleId="mun_List" style="width:180px;"
                                                                onchange="getzones('myajax.do?action=getzones',this);getsections('myajax.do?action=getsections',this);">
                                                                <html:option value="">Select</html:option>
                                                                <html:optionsCollection property="municipalities" />
                                                            </html:select>
                                                    </tr>

Onchange of district, I get muncipalities.
Please help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿嘿嘿 2024-12-11 02:16:03

字符编码可能非常棘手,请确保您没有错过任何内容。
请参考以下链接:
http://balusc.blogspot.com/2009 /05/unicode-how-to-get-characters-right.html

Character encoding can be quite tricky, make sure you haven't missed out on anything.
Refer the link below:
http://balusc.blogspot.com/2009/05/unicode-how-to-get-characters-right.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文