登录
首页 » C# » fileencodingtransform_src

fileencodingtransform_src

于 2008-04-14 发布 文件大小:29KB
0 279
下载积分: 1 下载次数: 62

代码说明:

   最近用VS2005做项目,遇到一个工程中有很多文件的编码不统一,有的是UTF-8,有的是GB32的,发布网站时就乱七八糟的。可以通过VS环境中的 “高级保存选项”一个一个地改过来,因实在太多,好几十个,重复工作是非常令人不爽的,自已就动手写了个这个小程序。编写之前,参考网友qing、 Randy052的经验。 特点: 1、可以支持常见编码格式如UTF-8、UTF-7、Unicod、ASCII、GB2312、Big5之间的转换。 2、支持选取文件夹批量、文件多选、翦贴板中复制三种文件批量选取方式,能实现指量转换。 3、支持文件过滤,采用openFileDialog的文件过滤方式。 4、支持源文件编码自动识别,可用于统一未知文件的格式。 5、支持备份(err)

文件列表:

FileEncodingTransform.csproj
FileEncodingTransform.csproj.user
FileEncodingTransform.csproj.vspscc
FileEncodingTransform.sln
FormFileEncode.cs
FormFileEncode.Designer.cs
FormFileEncode.resx
IdentifyEncoding.cs
Program.cs
Properties
..........\AssemblyInfo.cs
..........\Resources.Designer.cs
..........\Resources.resx
..........\Settings.Designer.cs
..........\Settings.settings

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • COM_op_Excel
    VC通过com操作Excel文档的封装。可以轻松实现对excel文件行列,单元格的操作。(VC operation by com Excel document package. Can easily achieve the ranks of the excel file, the cell operation.)
    2012-03-15 14:35:34下载
    积分:1
  • BiologicalIdefendence
    两个文件夹:circuit and code ! code 源码包包括3个文件夹: 脚本文件boot ---- 下载down----- 主函数main-----(Folder 2: circuit and code! Code source packages, including three folders: boot---- download script file down----- main function main-----)
    2009-04-13 09:18:47下载
    积分:1
  • AutoTypeIn
    VB6编写的自动打字文字特效,就是类似在屏幕上打字的效果,文字一个一个出现,可以做字幕,用作软件介绍很不错,程序简洁,适合学习和使用。(VB6 prepared automatically typing text effects, that is, typing on the screen similar to the effect of text appear one by one, they can do subtitles for the software is pretty good introduction, the program is simple and suitable for learning and use.)
    2009-07-12 10:15:38下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • chuong3
    chaper 3 ly thuyet truyen tin
    2012-05-13 03:29:03下载
    积分:1
  • RWExcel
    说明:  使用Visual C++操作excel(创建并读写excel表格的内容)(Using Visual C++ operators excel (excel form to create and write the content))
    2010-04-22 13:25:33下载
    积分:1
  • tiandinet2s
    二手交易文件,比较简单,适合参考二手交易文件,比较简单,适合参考(Second-hand transactions)
    2014-05-02 17:26:50下载
    积分:1
  • VB_view_DWG
    说明:  使用VB查看DWG文件,经典产品 使用VB 查看AUTOCAD图形(View DWG files to use VB, VB classic products AUTOCAD graphics view)
    2009-07-30 22:54:25下载
    积分:1
  • MSE_compare
    LS MSE CALC ofdm mse scheme
    2009-02-14 00:29:07下载
    积分:1
  • TOleInfo
    一个可以将任何一个OLE对象内部的属性和方法导出到一个文本文件的BCB类对象源代码(one can be an OLE object to any internal attributes and methods exported to a text file of type Object BCB source code)
    2005-06-08 14:31:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载