CR 在重音字符前添加空格

发布于 2024-11-24 08:52:14 字数 157 浏览 3 评论 0原文

为什么 Crystal 报表在重音字符前面显示空格?我们可以通过任何方式纠正这个问题吗?我无法通过编辑标签来删除它,因为它没有显示重音。我怀疑这与双字节字符有关。

在此处输入图像描述

Why is Crystal report showing spaces in front of accented characters? Can we correct this by any mean? I can't be removed by editing the label as it shows no accent. I suspect that it has something to do with double byte characters.

enter image description here

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

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

发布评论

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

评论(1

久夏青 2024-12-01 08:52:14

您必须将 CrystalReportViewer 父窗体的 Language 属性更改为您需要支持的语言(在我的例子中,我将其更改为“法语(加拿大)”。

Visual Studio 将创建一个语言资源文件 (DLL)。不要不要忘记将此文件与您的可执行文件一起分发。

You must change the Language property of the parent form of your CrystalReportViewer to the language you need to support (in my case, I changed it to "French (Canada)".

Visual Studio will create a language ressource file (DLL). Don't forget to distribute this file with your executable.

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