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

Unicode Decoder software
Filter: All | Freeware | Demo
 

Unicode Decoder

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 356

Auto-detect XML encoding This script detects a variety of XML encodings, including some that are not supported by Python's Unicode decoder.



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

License: Freeware Download (50): Auto-detect XML encoding Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 843

Yahoo Message Archive Decoder Yahoo Message Archive Decoder reads Yahoo! Messenger archive files (.dat files) and presents them in a format that you can read. Unlike the utility provided by Yahoo! Messenger, using this program you can decode them without connecting to the Internet as long as you have the .dat files. You don't...





Platforms: Windows, Other

License: Shareware Cost: $29.00 USD Size: 389.12 KB Download (56): Yahoo Message Archive Decoder Download

Added: August 08, 2006 | Visits: 13.703

Acronyms Teen Chat Decoder Free Acronym Decoder lets you `Crack The Secret Code` your teen uses online, in Chat Rooms, online chats,Instant Messages , & Text Messages.


Platforms: Windows

License: Freeware Size: 6.5 MB Download (462): Acronyms Teen Chat Decoder Download

Added: June 12, 2010 | Visits: 1.161

Unicode::MapUTF8 Unicode::MapUTF8 is a Perl module with conversions to and from arbitrary character sets and UTF8. SYNOPSIS use Unicode::MapUTF8 qw(to_utf8 from_utf8 utf8_supported_charset); # Convert a string in ISO-8859-1 to UTF8 my $output = to_utf8({ -string => An example, -charset => ISO-8859-1 });...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (113): Unicode::MapUTF8 Download

Added: July 23, 2010 | Visits: 1.337

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

Added: November 22, 2010 | Visits: 1.029

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

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: March 06, 2010 | Visits: 1.018

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 (108): Unicode::Map8 Download

Added: April 24, 2010 | Visits: 1.110

Unicode::Escape Unicode::Escape is a Perl module with escape and unescape Unicode characters other than ASCII. SYNOPSIS # Escape Unicode charactors like u3042u3043u3044. # JSON thinks No more Garble!! # case 1 use Unicode::Escape; my $escaped1 = Unicode::Escape::escape($str1, euc-jp); # $str1 contains...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (116): Unicode::Escape Download

Added: January 27, 2010 | Visits: 3.179

TiVo File Decoder TiVo File Decoder software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVos supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (131): TiVo File Decoder Download

Added: October 16, 2010 | Visits: 1.128

rxvt-unicode rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input and output. rxvt-unicode also supports mixing multiple fonts at the same time, including Xft fonts..


Platforms: *nix

License: Freeware Size: 880.64 KB Download (149): rxvt-unicode Download

Added: January 16, 2010 | Visits: 1.672

ustring C++ Unicode library ustring is a C++ library to implement the complete Unicode 3.0 standard. It gives an easy access to the properties of each of the 10600 characters defined by the Unicode 3.0 standard, including the uppercase and lowercase mapping, category and subcategory, character name, and bidirectional...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (140): ustring C++ Unicode library Download

Added: February 22, 2010 | Visits: 1.075

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: January 12, 2010 | Visits: 1.169

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

Added: November 21, 2010 | Visits: 967

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: July 11, 2010 | Visits: 1.715

Convert::yEnc::Decoder Convert::yEnc::Decoder is a Perl module that decodes yEncoded files. SYNOPSIS use Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder $dir; $decoder->out_dir($dir); eval { $decoder->decode( $file); $decoder->decode(*FILE);...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (378): Convert::yEnc::Decoder Download

Released: July 03, 2011  |  Added: July 04, 2011 | Visits: 3.593

WinPST Ansi PST to Unicode Converter WinPST Ansi PST to Unicode Converter is simple yet powerful PST conversion tool to convert Ansi PST to Unicode PST and Vice versa. Software efficiently performs: Convert ANSI PST file to Unicode PST file: Microsoft Outlook 2003, 2007 and 2010 have a larger overall size limit 20 gigabytes...


Platforms: Windows

License: Freeware Size: 1.67 MB Download (962): WinPST Ansi PST to Unicode Converter Download

Released: August 30, 2010  |  Added: December 01, 2011 | Visits: 956

Unicode Converter Unicode Converter, is an easy-to-use Unicode conversion application that can help you batch convert multiple ansi/Unicode/non Unicode encoding documents between any characters set encoding, and supports Unicode(UTF-8/UTF-16/UTF-7/UTF-32), Chinese simplified GBK, Chinese traditional BIG5, Japanese...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 2.43 MB Download (121): Unicode Converter Download

Released: February 06, 2012  |  Added: March 10, 2012 | Visits: 1.068

Hindi Unicode Converter & Writer Hindi Unicode Converter & Writer is all new UNICODE CONVERTER & EDITOR FOR HINDI, MARATHI, NEPALI and Other DEVNAGRI SCRIPTS. It can easily convert Kruti Dev/Shusha font to Unicode and saves your precious time. It supports Kruti to Mangal (Arial Unicode MS) conversion, Shusha to Mangal, Kruti to...


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 1.2 MB Download (122): Hindi Unicode Converter & Writer Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 629

Unicode Viewer Unicode Viewer is a small applet used to test your computer's Unicode support and your font's support for particular characters, or as a learning to to explore the Unicode character set. Displays in Courier, TimesRoman, Symbol, Dialog and Helvetica. for Windows2K, XP, Vista


Platforms: Windows, XP, Windows Vista

License: Freeware Download (474): Unicode Viewer Download

1 2 3 4 5 >