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.481.239 Times

Unicode software
Filter: All | Freeware | Demo
 

Unicode

< 1 2 3 4 5 > 
Released: October 03, 2011  |  Added: October 16, 2011 | Visits: 2.291

UTFCast Professional UTFCast Professional is a tool that lets you batch convert all text files to Unicode with just a click of your mouse. You can use it to convert a directory full of text files to an output directory, while maintaining the directory structure of the original files. It doesn't even matter if your... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 4.41 MB Download (116): UTFCast Professional Download

Released: April 13, 2010  |  Added: July 23, 2010 | Visits: 949

ThrashIRC ThrashIRC is used for online text chat on internet relay chat networks. This unicode irc client displays UTF-8 characters for a wide range of supported languages. It can connect to over 20 irc networks at once. What are irc clients without emoticons? Not very fun. That's why this irc client... Platforms: Windows

License: Shareware Cost: $12.00 USD Size: 4.1 MB Download (116): ThrashIRC Download

Added: March 06, 2010 | Visits: 1.025

Unicode::Map8 Unicode::Map8 is a mapping table between 8-bit chars and Unicode. SYNOPSIS require Unicode::Map8; my $no_map = Unicode::Map8->new("ISO646-NO") || die; my $l1_map = Unicode::Map8->new("latin1") || die; my $ustr = $no_map->to16("V}re norske tegn b|r {resn"); my $lstr = $l1_map->to8($ustr);... Platforms: *nix

License: Freeware Size: 102.4 KB Download (114): Unicode::Map8 Download

Added: November 22, 2010 | Visits: 1.036

Unicode::Unihan Unicode::Unihan is the Unihan Data Base 5.0.0. SYNOPSIS use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("x{5c0f}x{98fc}x{5f3e}"), "n"; ABSTRACT This module provides a user-friendly interface to the Unicode Unihan Database 3.2. With this module, the... Platforms: *nix

License: Freeware Size: 4.9 MB Download (111): Unicode::Unihan Download

Added: September 12, 2010 | Visits: 1.493

Convert::CharMap Convert::CharMap is a Perl module that can conversion between Unicode Character Maps. SYNOPSIS use Convert::CharMap; my $map = Convert::CharMap->load(CharMapML => test.xml); $map->save(UCM => test.ucm); This module transforms between unicode character map formats, using an in-memory... Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): Convert::CharMap Download

Released: October 04, 2011  |  Added: October 22, 2011 | Visits: 871

PST upgrade and Downgrade SysInfoTools PST Upgrade and downgrade is a powerful PST conversion tool to upgrade or degrade MS Outlook PST files. Using SysInfoTools PST Upgrade and Downgrade a user can convert ANSI PST files to Unicode PST and Unicode PST files to ANSI PST files. Outlook 2002 and earlier versions of MS... Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 4.5 MB Download (108): PST upgrade and Downgrade Download

Released: June 04, 2011  |  Added: June 11, 2011 | Visits: 1.313

STGuru Standard Edition Based on comprehensive analysis of users' requirements, STGuru provides full range of Simplified Chinese (CHS) - Traditional Chinese (CHT) conversion services at professional quality. Its core is an industry-leading, highly intelligent code conversion engine that converts between CHS and CHT... Platforms: Windows

License: Demo Cost: $59.00 USD Size: 5.69 MB Download (106): STGuru Standard Edition Download

Added: May 08, 2010 | Visits: 1.092

Convert::RACE Convert::RACE is a conversion between Unicode and RACE. SYNOPSIS use Convert::RACE; $domain = to_race($utf16str); $utf16str = from_race($domain); This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings. RACE converts strings... Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Convert::RACE Download

Added: August 12, 2010 | Visits: 734

Gnome-u2ps Gnome-u2ps converts Unicode texts to GNU a2ps style postscript. GNU a2ps is a popular text printing program but it is not maintainanced and lacks i18n features, especially complex languages like Japanese, Korean, Chinese, Arabic. Gnome-u2ps brings GNOME i18n benefits to text printing world.. Platforms: *nix

License: Freeware Size: 348.16 KB Download (104): Gnome-u2ps Download

Added: July 23, 2010 | Visits: 1.345

Unicode Utilities Unicode Utilities project are a set of programs for manipulating and analyzing Unicode text. uniname defaults to printing the character offset of each character, its byte offset, its hex code value, its encoding, the glyph itself, and its name. Command line options allow undesired information to... Platforms: *nix

License: Freeware Size: 256 KB Download (103): Unicode Utilities Download

Released: April 25, 2008  |  Added: May 14, 2008 | Visits: 1.270

X-Lizard X-Lizard is the compact and simple management program, created especially for storage of your confidential data, such as the passwords, usernames, etc. X-Lizard will allow to get easy and simple access to records, quickly to edit records containing names and the passwords, one click of the mouse... Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 2.06 MB Download (103): X-Lizard Download

Released: May 20, 2015  |  Added: October 26, 2015 | Visits: 1.002

Mangal to Kruti Converter Mangal to Kruti converter tool can switch Mangal font to Kruti Dev. This Hindi Unicode Converter supports languages of Devnagri script like Hindi, Marathi, Maithili, Nepali and other languages that are written in Devnagri script. User can drop .RTF/.TXT files as much as they want and can convert... Platforms: Windows, Windows 7

License: Shareware Cost: $44.95 USD Size: 1.07 MB Download (103): Mangal to Kruti Converter Download

Added: November 21, 2010 | Visits: 976

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: April 09, 2010 | Visits: 1.034

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: 752

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: 721

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.180

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: 783

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.079

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: 695

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

< 1 2 3 4 5 >