zoukankan      html  css  js  c++  java
  • libunistring-0.9.9

    Introduction to libunistring

    Text files are nowadays usually encoded in Unicode, and may consist of very different scripts – from Latin letters to Chinese Hanzi –, with many kinds of special characters – accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text.

    This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.

    Details

    This library consists of the following parts:

    <unistr.h>   elementary string functions
    <uniconv.h>   conversion from/to legacy encodings
    <unistdio.h>   formatted output to strings
    <uniname.h>   character names
    <unictype.h>   character classification and properties
    <uniwidth.h>   string width when using nonproportional fonts
    <uniwbrk.h>   word breaks
    <unilbrk.h>   line breaking algorithm
    <uninorm.h>   normalization (composition and decomposition)
    <unicase.h>   case folding
    <uniregex.h>   regular expressions (not yet implemented)

    Who needs libunistring?

    libunistring is for you if your application involves non-trivial text processing, such as upper/lower case conversions, line breaking, operations on words, or more advanced analysis of text. Text provided by the user can, in general, contain characters of all kinds of scripts. The text processing functions provided by this library handle all scripts and all languages.

    libunistring is for you if your application already uses the ISO C / POSIX <ctype.h><wctype.h> functions and the text it operates on is provided by the user and can be in any language.

    libunistring is also for you if your application uses Unicode strings as internal in-memory representation.

    Documentation

    The online manual is available at www.gnu.org/software/libunistring/manual/libunistring.html

  • 相关阅读:
    PHP 类中的魔术方法
    C# Redis Server分布式缓存编程 网络转载
    CSS的position属性:relative和absolute
    会话控制——Cookie和Session
    HTTP协议
    常见浏览器兼容性问题与解决方案
    for循环0,1,1,2,2可以组成多少个不重复的五位数?
    单例模式
    第二周作业影评、靶机和攻击机的安装与配置、kali的配置、DNS解析
    20169206 201620172 《网络攻防实践》第六周学习总结
  • 原文地址:https://www.cnblogs.com/nlsoft/p/9033475.html
Copyright © 2011-2022 走看看