当前位置:首页 > 数据库 > SQlite

SQLite 对中文路径的支持(用到了StringToWideChar和Utf8Encode在D7的System单元中自带)

    StringToWideChar(Str, l_WideString, l_Length);

    Result := Utf8Encode(Str);
    GetMem(l_WideString, 0);

  end;
end;

//其中的StringToWideChar和Utf8Encode在D7的System单元中自带.简单,方便.

 

http://www.cnblogs.com/qiubole/archive/2007/11/07/951807.html

SQLite 对中文路径的支持(用到了StringToWideChar和Utf8Encode在D7的System单元中自带)

标签:

本文系统来源:http://www.cnblogs.com/findumars/p/5929850.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!