带有 zeos / sqlite 的 Unicode 文件名

发布于 2024-08-01 22:47:57 字数 89 浏览 10 评论 0原文

我需要使用用户选择的文件名将数据保存在 sqlite 数据库中。 这包括 unicode 文件名。 有没有办法在 Delphi 的 Zeos 组件中指定这一点?

I need to save data in sqlite databases with user-chosen filenames. This includes unicode filenames. Is there a way to specify this in the Zeos components in Delphi?

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

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

发布评论

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

评论(1

孤君无依 2024-08-08 22:47:57

ZeosLib 人员正在努力完成 Unicode 支持,请参阅此论坛帖子:下一个 ZeosLib " Generation" ... 7.x

为此,您至少需要 Delphi 2009。

如果您只想在当前 ZeosLib 6.6.3 版本中保存数据文件,您可能需要尝试将文件名编码为 UTF8。
目前这可能有效,但不能保证有效。

——杰罗恩

The ZeosLib people are working on getting Unicode support done, see this forum posting: The next ZeosLib "generation" ... 7.x

You will need at least Delphi 2009 for that.

If you only want to save data files in the current ZeosLib 6.6.3 version, you might want to try to encode the filenames as UTF8.
That might currently work, but is not guaranteed to work.

--jeroen

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