Has anyone used ICU with Delphi?

走远了吗. 提交于 2019-11-30 16:12:53

问题


Has anyone used the ICU ( see http://site.icu-project.org/ ) DLLs from Delphi?

Specifically I'm interested in the Code Page Conversion and Collation functions.

Looking at the header files it would appear that they are mostly in C++ using classes, so without having done much research yet, I would assume that it's necessary to create a simple wrapper around this that exports simple functions which can easily be imported in Delphi.

Has anyone done any work for that yet?

Or can anyone recommend a different solution for Delphi that has similar extensive coverage for codepages and collation orders?


回答1:


I don't use it, but there's a very complete translation called ICU4PAS that wraps the DLLs and provides a nice Delphi-based interface.



来源:https://stackoverflow.com/questions/5473127/has-anyone-used-icu-with-delphi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!