Problems with IOS using regular expression library Regexkitlite

Source: Internet
Author: User

Because Regexkitlite uses the ICU library, you need to dynamically link to the/usr/lib/libicucore.dylib library, or you will get an error. Specific dynamically linked To/usr/lib/libicucore.dylib methods are as follows

1. Go to menu Project->edit Project Settings
2. Enter Linker search in the search box to find the "other Linker Flags" option.
3. Add a new label named-licucore.

Add:
The ICU (International Component for Unicode/unicode internationalization component) is a mature, widely used library of Unicode support, software internationalization, globalization, and is sponsored, supported and used by IBM, based on the " IBM Public License "for open source projects that support software internationalization. This library provides a complete set of functions for manipulating Unicode data for the C and Java™ programming languages. This library is published under an unrestricted open source license, which allows it to be used in many applications.

The functions provided by the ICU implement the standard Unicode Collation algorithm (UCA) and many cultural tuning functions. It is easy to combine the appropriate ICU functions into a single UDF (user-defined function), allowing DB2 to take full advantage of ICU sequencing support. (DB2 for Linux, UNIX, and Windows are using the ICU library for three cultural sorts that are supported on Unicode data.)   The ICU was first developed by Taligent, and the Taligent company is now incorporated into the Unicode research group of IBM's Global Certification Center, and the ICU is being developed by IBM and open source organizations, and the open source organization is a great help to the ICU. Beginning the ICU only version of the Java platform, later the ICU class under this platform was sucked into the JDK1.1 developed by Sun, and was continuously improved in later versions of the JDK. ICU under C + + and C platforms is ported by ICU under the Java platform, and the migrated version is called ICU4C to support the internationalization of this two-C + + platform.

Links: Http://iphonedevwiki.net/index.php/Libicucore.dylib

Problems with IOS using regular expression library Regexkitlite

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.