带有 zeos / sqlite 的 Unicode 文件名
我需要使用用户选择的文件名将数据保存在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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