zoukankan      html  css  js  c++  java
  • delphi的UTF8相关函数

    delphi的UTF8相关函数  

    AnsiToUtf8 function

    Converts a string encoded in Ansi to UTF-8.

    PUCS4Chars function

    Converts a UCS4 string to a null-terminated array of UCS4 characters.

    StringToWideChar function

    Returns a UNICODE string from an AnsiString.

    UCS4StringToWideString function

    Converts a string of 4-byte Unicode characters into a WideString value.

    UnicodeToUtf8 function

    Converts a string of Unicode characters into a UTF-8 string.

    UTF8Decode function

    Converts a UTF8 string to a Unicode string (WideString).

    UTF8Encode function

    Converts a WideString value to a UTF8 string.

    Utf8ToAnsi function

    Converts a UTF8 string to a string of Ansi characters.

    Utf8ToUnicode function

    Converts a string of UTF-8 characters to a Unicode string.

    WideCharLenToString function

    Converts Unicode characters to single or multi byte character data.

    WideCharLenToStrVar procedure

    WideCharLenToStrVar converts Unicode characters to single or multi byte character data.

    WideCharToString function

    Converts null-terminated Unicode string to single or multi byte character data.

    WideCharToStrVar procedure

    Converts Unicode string to a single or multi byte character data.

    WideStringToUCS4String function

    Converts a WideString value to a string of 4-byte Unicode characters.

  • 相关阅读:
    示波器测量电源的纹波
    hdoj 2717 Catch That Cow
    hdoj 1548 A strange lift
    hdoj 4586 Play the Dice
    zoj 2095 Divisor Summation
    hdoj 4704 Sum
    router-link传参
    字体自适应
    横向滚动div
    vue路由
  • 原文地址:https://www.cnblogs.com/delphi007/p/3330178.html
Copyright © 2011-2022 走看看