资源简介
用來轉換文本文件的編碼格式,如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个文件信息
- 上一篇:网站地图生成器(RSS)
- 下一篇:C# 快捷查看文件夹下所有文件的MD5
相关资源
- adsl 自动拨号类 源码
- Hosts文件管理工具
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- wince引脚控制程序
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Syndication实现读取、创建、订阅、更新
- jQuery lazyload-预加载 功能,已经通过运
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- httpclient source code by csharp
- 动态抓取IPC#实现
- NServiceKit.Redis 基础操作
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- Prodave6联接程序源码
- UDP Messenger 1.0.unitypackage
- asp.net 网页静态化组件(shipingx-Stati
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
评论
共有 条评论