• 大小: 0.16M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-26
  • 语言: C#
  • 标签: 文件  c  d  t  

资源简介

用來轉換文本文件的編碼格式,如ascii轉utf8等,解決文本文件找開亂碼的問題,程序會自動識別文件的編碼,並按用戶的要求轉換成指定編碼

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FileCodeConvert
{
    /// 
    /// 检测字符编码的类
    /// 
    /// 
    /// 
    /// 

    /// 
    ///     /// FileEncoder 用来检测  字节数组的编码.
    /// Create By lion  

    /// 2005-02-21 22:00  

    /// Support .Net framework v1.1.4322 
 
    /// WebSite:www.lionsky.net(lion-a AT sohu.com) 
 
    /// ]]>
    /// 

    public class FileEncoder
    {
        #region 字段.....

        // Frequency tables to hold the GB Big5 and EUC-TW character
        // frequencies
        internal static int[][] GBFreq = new int[94][];
        internal static int[][] GBKFreq = new int[126][];
        internal static int[][] Big5Freq = new int

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2822  2016-09-12 17:31  readme.txt
     文件        6209  2012-11-23 14:37  FileCodeConvert.csproj
     文件         478  2012-11-23 21:37  FileCodeConvert.csproj.user
     文件        1225  2016-09-12 17:30  FileCodeConvert.sln
     文件       18432  2016-09-12 17:30  FileCodeConvert.suo
     文件      100624  2012-11-23 13:43  FileEncoder.cs
     文件        1079  2013-01-02 15:55  FileEncoding.cs
     文件         318  2012-11-23 13:49  FileModel.cs
     文件       13005  2012-11-23 15:22  FrmMain.Designer.cs
     文件        5538  2012-12-05 13:39  FrmMain.cs
     文件        6212  2012-11-23 15:22  FrmMain.resx
     文件         498  2012-11-23 10:20  Program.cs
     目录           0  2016-09-12 17:07  Properties\
     文件        1380  2012-11-23 10:13  Properties\AssemblyInfo.cs
     文件        2866  2012-11-23 14:37  Properties\Resources.Designer.cs
     文件        5612  2012-11-23 10:13  Properties\Resources.resx
     文件        1111  2012-11-23 14:37  Properties\Settings.Designer.cs
     文件         249  2012-11-23 10:13  Properties\Settings.settings
     文件         130  2012-11-23 14:37  app.config
     目录           0  2016-09-12 17:07  bin\
     目录           0  2016-09-12 17:19  bin\Debug\
     文件       49152  2016-09-12 17:19  bin\Debug\FileCodeConvert.exe
     文件         130  2012-11-23 14:37  bin\Debug\FileCodeConvert.exe.config
     文件       73216  2016-09-12 17:19  bin\Debug\FileCodeConvert.pdb
     文件       11608  2016-09-12 17:30  bin\Debug\FileCodeConvert.vshost.exe
     文件         130  2012-11-23 14:37  bin\Debug\FileCodeConvert.vshost.exe.config
     文件         490  2012-06-02 22:34  bin\Debug\FileCodeConvert.vshost.exe.manifest
     目录           0  2016-09-12 17:31  bin\Release\
     目录           0  2016-09-12 17:07  obj\
     目录           0  2016-09-12 17:07  obj\x64\
     目录           0  2016-09-12 17:07  obj\x64\Debug\
............此处省略28个文件信息

评论

共有 条评论