部署 Java EE 应用程序的变音符号
我有一个通过 GlassFish JavaMail 会话发送邮件的应用程序。
我有本地主机和生产服务器,当我在本地主机上部署应用程序时 - 开发 - 一切正常,但在生产中,电子邮件中带有变音符号的字母未正确显示,而是显示为???问号。尖锐字母有效:áéóíú
,但抑扬符 ščřďťňž
无效。你知道我应该从哪里开始寻找解决方案吗?两台都是 Linux 机器——一台是 Arch,另一台是 Debian。
I have an app that is sending mail via GlassFish JavaMail Session.
I have localhost and production server, when I deploy the app on localhost - development - everything is ok, but on production, the letters in the e-mail with diacritics are not displayed properly, but as ??? question marks. The acute letters works:áéóíú
, but the caron ščřďťňž
don't. Do you know where I should start to find the solution? Both are linux machines - one is Arch the other Debian.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许一台机器上的编码是utf-8,另一台机器上的编码是iso-8859-1?
Perhaps the encoding on one machine is utf-8 and the other is e.g. iso-8859-1?