Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.442.692 Times

Thai Unicode software
Filter: All | Freeware | Demo
 

Thai Unicode

< 1 2 3 4 5 > 
Added: November 21, 2010 | Visits: 971

Unicode::Collate Unicode::Collate is a Unicode Collation Algorithm. SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. # If %tailoring is false (i.e....



Platforms: *nix

License: Freeware Size: 276.48 KB Download (101): Unicode::Collate Download

Added: January 01, 2010 | Visits: 948

LinuxTLE LinuxTLE project is a community Linux distribution developed in Thailand and designed for the Thai speaking audience. The early versions were based on Red Hat Linux and Fedora Core, but starting with version 8.0, the developers have chosen Ubuntu as the distributions new base system. The...





Platforms: *nix

License: Freeware Size: 688 MB Download (99): LinuxTLE Download

Added: April 09, 2010 | Visits: 1.032

Unicode::Overload Unicode::Overload is a Perl source filter to implement Unicode operations. SYNOPSIS use charnames :full; use Unicode::Overload ( "N{UNION}" => infix => sub { my %a = map{$_=>1}@{$_[0]}; my %b = map{$_=>1}@{$_[1]}; return keys(%a,$b); }, "N{SUPERSCRIPT TWO}" => postfix => sub { $_[0] **...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): Unicode::Overload Download

Added: January 25, 2010 | Visits: 749

UnicodeChecker UnicodeChecker is an application that displays information for every code point from the Unicode Standard. For a given number, UnicodeChecker will display that character along with its UTF-8, UTF-16 and UTF-32 encodings, XHTML entity, Unicode Name, mapping information and much more.UnicodeChecker...


Platforms: Mac

License: Freeware Download (97): UnicodeChecker Download

Added: August 16, 2013 | Visits: 720

Mongolian ASCII to Unicode Converter ASCII to Unicode Mongolian Cyrillic text converter Mongolian ASCII to Unicode Converter is an old ASCII Mongolian Cyrillic text to Unicode converter add-on for Firefox.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (95): Mongolian ASCII to Unicode Converter Download

Added: January 12, 2010 | Visits: 1.175

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Released: August 30, 2012  |  Added: September 24, 2012 | Visits: 780

Batch File Encoding Converter Convert 1000s of files between more than 100 text encodings and binary formats: Unicode, ANSI, Latin, Cyrillic, ASCII, UTF8, ISO, OEM, Mac, Base-64, Bin-Hex, Quoted-Printable. Save raw bytes from files as hex, dec, or bin ASCII byte code representations, and convert them back to bytes. Includes...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 5.27 MB Download (94): Batch File Encoding Converter Download

Added: February 22, 2010 | Visits: 1.077

Unicode::Normalize Unicode::Normalize Perl module contains Unicode Normalization Forms. SYNOPSIS (1) using function names exported by default: use Unicode::Normalize; $NFD_string = NFD($string); # Normalization Form D $NFC_string = NFC($string); # Normalization Form C $NFKD_string = NFKD($string); #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Unicode::Normalize Download

Added: July 15, 2010 | Visits: 692

libunicode Libunicode offers low-level Unicode (UTF-16) text processing functionality, which can be divided into three categories: - Character handling - String handling - Charsets handling Libunicode uses ISO/IEC 10646-defined UTF-16 encoding for storing and minipulating all character entities. It...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): libunicode Download

Released: December 12, 2012  |  Added: January 14, 2013 | Visits: 967

FreeBee Find And Replace Search and replace tool with full Unicode support will increase your productivity and save many hours of manual editing that you spend daily for updating all your files of any type either at your local disks. Preview replacements before they are made. Command line switches for automated...


Platforms: Windows

License: Freeware Size: 2.59 MB Download (90): FreeBee Find And Replace Download

Added: February 18, 2010 | Visits: 851

utf8proc utf8proc is a library for processing UTF-8 encoded Unicode strings. Unicode normalization, mapping of new line functions (NLF) to standard paragraph and line separators, stripping of default ignorable characters, and case folding are supported. utf8proc library can be used in C programs, but...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (89): utf8proc Download

Released: April 03, 2013  |  Added: May 02, 2013 | Visits: 911

Hindi Unicode Tool This is a smart font converter tool developed to help convert font in different Devnagari scripts like Hindi, Sanskrit, Maithili, Nepali, Marathi, Konkani etc. in time efficient manner. Main objective of this tool is to facilitate seamless conversion of Shusha or kruti font to mangal (Unicode)...


Platforms: Windows

License: Shareware Cost: $34.00 USD Size: 1.34 MB Download (72): Hindi Unicode Tool Download

Released: May 09, 2013  |  Added: June 18, 2013 | Visits: 1.004

PCL Magic Printer Drivers PCL Magic Printer Drivers: A print-to-text driver that extracts Unicode and UTF-8 text from any Windows application. Migrate text from legacy applications or create text searchable PDF files with internal and external index files. PCL Magic is so much more than a Generic Text/TTY or EMF driver...


Platforms: Windows

License: Demo Cost: $425.00 USD Size: 40.55 MB Download (71): PCL Magic Printer Drivers Download

Released: April 11, 2013  |  Added: October 27, 2013 | Visits: 690

Hindi Unicode Editor Hindi Unicode Editor is a very useful software tool developed to assist in typing and editing text in different devnagri scripts like Hindi, Nepali, and Marathi etc. in Unicode font. USP of the tool is its feature allowing the users to type in kruti or Shusha style. This feature is valuable for...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $0.00 USD Size: 1.96 MB Download (70): Hindi Unicode Editor Download

Added: May 10, 2013 | Visits: 290

Marshal unicode strings with PyXML If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() throws an ugly AttributeError: Marshaller instance has no attribute 'm_unicode' .This script extends both PyXML Marshaller...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Marshal unicode strings with PyXML Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 749

Checkersland This program allows you to play 24 kind of checkers: russian, international (polish), 80-celluar, armenian, brazilian, canadian, checkers (american), corners, croda, czech, diagonal, give-away, italian, laska, lika, pool, spanish, Sri Lankian, stavropol, thai, towers, towers give-away and...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 365 KB Download (64): Checkersland Download

Added: May 10, 2013 | Visits: 402

Visualize unicode strings If you are processing unicode strings and you want to print the string but run into UnicodeEncodeError all the time, this script shows you some simple steps to visualize unicode strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Visualize unicode strings Download

Added: May 10, 2013 | Visits: 890

Unicode Conversion Gateway Unicode Conversion Gateway is a web-based proxy server to convert some of the Indian language web pages encoded in proprietary encodings into Unicode. Padma, a popular Firefox extension, is extended and reimplemented in PHP to create this proxy server.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Unicode Conversion Gateway Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 781

How to read Thai - road sign puzzle How to read Thai - a fun educational puzzle game for all the family showing a roadsign from one of the Bangkok districts. Put the puzzle together, look at the script, read it and improve your comprehension.


Platforms: Windows

License: Freeware Size: 320 KB Download (61): How to read Thai - road sign puzzle Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 750

BabelMap BabelMap is a character map application that allows you to browse through the entire Unicode character repertoire or search for a particular character by name or codepoint. Within the software users will be able to copy specific characters to the clipboard for later use.


Platforms: Windows, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (60): BabelMap Download

< 1 2 3 4 5 >