Difference between revisions of "UTF8 Tools"

From Free Pascal wiki
Jump to navigationJump to search
(New page: = UTF-8 Tools = == Download == [http://www.theo.ch/lazarus/utf8tools.zip Donwload utf8tools.zip])
 
Line 1: Line 1:
 +
== About ==
 +
 +
Sharing some of my code
 +
 +
----
 +
 
= UTF-8 Tools =
 
= UTF-8 Tools =
  
 +
Some tools for common problems with UTF-8/Unicode.
 +
 +
* charencstreams.pas: Load and save data from almost any text source like
 +
** ansi, utf8, utf16, utf32
 +
** big or little endian
 +
** BOM or no BOM
  
 
== Download ==
 
== Download ==
 
[http://www.theo.ch/lazarus/utf8tools.zip Donwload utf8tools.zip]
 
[http://www.theo.ch/lazarus/utf8tools.zip Donwload utf8tools.zip]

Revision as of 11:56, 9 July 2009

About

Sharing some of my code


UTF-8 Tools

Some tools for common problems with UTF-8/Unicode.

  • charencstreams.pas: Load and save data from almost any text source like
    • ansi, utf8, utf16, utf32
    • big or little endian
    • BOM or no BOM

Download

Donwload utf8tools.zip