sqlite讀取中文亂碼(C#)

來源:互聯網
上載者:User

標籤:

C#讀取一些C++建立的sqlite資料庫時亂碼,  C++儲存DB是用GB2312編碼的, C#調用的官方的system.data.sqlite是用的UTF-8編碼的, 在讀取時會亂碼, 用一個GB2312編碼的system.data.sqlite就行了.

可以下載sqlite源碼修改重編譯dll

修改SQliteConvert.cs line52  
  //private static Encoding _utf8 = new UTF8Encoding();
 private static Encoding _utf8 = System.Text.Encoding.GetEncoding("GB2312");

ADO.NET 2.0 Provider for SQLite 1.0.66.0

1.066.0中少個mergebin.exe, 在老版本的1.0.61.0中有. VS2008下載

已經編譯好的讀取GB2312資料庫的DLL(下載), 解壓後選擇合適的dll, 改名為System.Data.SQLite.dll再使用.

 

參考:

1.http://blog.sina.com.cn/s/blog_63edfc900100snvw.html

2.vs2008 C# 使用 System.Data.SQLite.dll 字元編碼問題
http://topic.csdn.net/u/20090601/11/9edb203e-ae0e-41d8-b21f-cd6147f31408.html
3.vs2008如何編譯完整的System.Data.SQLite.dll
http://topic.csdn.net/u/20090603/09/2236072b-da66-459b-b175-fc4676fe984f.html

 

sqlite讀取中文亂碼(C#)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.