搜索资源列表
UTF8SearchString
- 使用VB编写的搜索UTF-8编码的文件内的字符 很有用处的一个小程序! 还可以支持多种编码,使用了FSO与ADODB.Atream组件. 可能存在较多的bug,欢迎指正.-use VB search UTF-8 encoded characters within the document useful in a small procedure. Also to support a variety of coding, and the use of FSO ADODB
JapanPick-UTF8
- 将SQL脚本里的日本语文字转换成UTF-8格式.-Lane SQL scr ipt Japanese language text into UTF-8 format.
fileencodingtransform_src
- 最近用VS2005做项目,遇到一个工程中有很多文件的编码不统一,有的是UTF-8,有的是GB32的,发布网站时就乱七八糟的。可以通过VS环境中的 “高级保存选项”一个一个地改过来,因实在太多,好几十个,重复工作是非常令人不爽的,自已就动手写了个这个小程序。编写之前,参考网友qing、 Randy052的经验。 特点: 1、可以支持常见编码格式如UTF-8、UTF-7、Unicod、ASCII、GB2312、Big5之间的转换。 2、支持选取文件夹批量、文件多
UTF-8_To_GBK
- 本程序可以对数据进行UTF-8转GBK码, GBK码转UTF-8数据.实现互转
DELPHI_CodeConvert
- Delphi源代码,文件编码转换。 提供如GB到UTF等编码的互转. 未测试。-Delphi source code, file data conversion. Provided, such as such as GB-coded to UTF conversion. Did not test.
easy_unicode_rw
- Windows,Unix通用读写UTF-8,UTF-16,和Unix专用文本格式。-Windows, Unix general read and write UTF-8, UTF-16, and Unix-specific text format.
VB_pmes_GB2UTF8_code
- 软件名称:GB/BIG5/UTF-8 文件编码批量转换程序 程序功能:将 GB、BIG5、UTF-8 文件相互转换,方便的批量处理能力, 主要用于网站文件编码方式的整体转换上。 开发环境:Visual Basic6.0[SP6] 简体中文、Windows XP[SP2] 简体中文-Software name: GB/BIG5/UTF-8 file encoding conversion process batch program features: The GB, BIG5, UTF
Utf8
- 可以从一个utf-8码转换成一个ansic 码 主要注意的是要进行2次转换,并且有个技巧,可以在不确定转码的长度的时候可以 得到将要转码的长度,进行动态内存申请-convert utf8 to ansic .if you have any question ,please free contact me . thanks .raymond
ReadingUTF8
- 用VC++解析,并读取UTF-8字符流!-Using VC++ analysis, and read UTF-8 character stream!
test-espeak.tar
- 对英文和汉语UTF-8格式的文本进行阅读-read English and chinese file
FileCodeConverter
- 很久没发帖了吧! 哎~没啥本事,就能研究下支持库里的东西。 UTF-8和UTF-16LE倒是能转换成其它的编码,可其它的就不会了。 大家研究下吧,能不能完美靠大伙儿了! 别吓着!里头有源码!-Long time no post it! Hey ~ lacks skill, you can research to support Curry things. UTF-8 and UTF-16LE' d be converted into other code, can not
afafdasdfsad830
- 实现将文本文件的UTF-8编码与ANSI编码之间的相互转换,-failed to translate
Convert_To_UTF8
- 将GBK编码转换成utf-8编码 Java实现-covert to utf-8 Java
iXml
- 用于解析XML文件的代码。类似TinyXML,但是功能比TinyXML简单,而且只支持UTF-8编码的XML文件。-The code for parse XML file. It is the same as TinyXML, but it is not powerful as TinyXML. It is only used for UTF-8 file.
main
- 现在很多手机的电话号码都只能存储为一个VCF的文件,这个问题为UTF-8编码不能让用户很好找到每个电话号码对应哪个人,本人编写了一个工具,将UTF-8的VCF文件中的编码进行翻译成了汉字,并且每个电话号码重新生成了一个以电话号码所属人的名字命令的VCF文件,这样可以方便手机将电话号码导入进去,也方便用户进行存储。-Many cell phone numbers can only be stored for a VCF file, this issue of the UTF-8 encoding
utf-8TOansic
- 把UTF8的编码转换成ansi的编码,特别是在读取网页代码的时候很有帮助,用于新手学习哈-Converted into UTF8 encoding ansi encoding, read the code of the page especially helpful for the novice to learn Ha! !
UTF-8_GB2312
- "《UTF-8与GB2312之间的互换》的改进"的再改进。 加大了一点转换见的Buffer,避免溢出。 和修复了Unicode转UTF时的小Bug。-Improvement of exchange between UTF-8 and GB2312. Add little more buffer when translate. Fix bug from unicode to UTF.
UTF-8_GB2312-Src
- 三星手机电话本UTF-8与GB2312互换工具,方便阅读导出的UTF-8的VCF电话本文件,可以看到中文格式内容。也可以修改了再导回手机。不想用360或腾讯管家的可以用这个。有处理命令和示例可以参考。-Samsung mobile phone UTF-8 and GB2312 exchange tool to facilitate the reading of UTF-8 export VCF phone book file, you can see the Chinese content fo
GB2UTF8_code
- 将 GB、BIG5、UTF-8 文件相互转换,方便的批量处理能力, 主要用于网站文件编码方式的整体转换上-The GB, BIG5, UTF-8 file conversion, convenient batch processing capabilities, mainly for the website files on the overall conversion encoding
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程