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

Marathi Unicode software
Filter: All | Freeware | Demo
 

Marathi Unicode

1 2 3 4 5 > 
Released: June 14, 2013  |  Added: April 08, 2014 | Visits: 702

Hindi Fonts Converter Hindi Fonts Converter and Editor is an extremely useful Hindi Unicode converter. This Hindi converter is capable of converting any scripts and writing in Hindi to Unicode. In addition to this, the software is able to convert and edit scripts in various languages like Marathi, Nepali and...



Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $29.00 USD Size: 2.54 MB Download (57): Hindi Fonts Converter 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 11, 2011  |  Added: May 21, 2011 | Visits: 1.676

Kruti To Mangal Kruti to Mangal Converter v1.0 is the first UNICODE CONVERTER in the market which can Convert Kruti Text into Mangal font directly in MS Word Files for HINDI, MARATHI, NEPALI and Other DEVNAGRI SCRIPTS.It can easily convert multiple Word Files in a single process and saves your precious time and...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 4.3 MB Download (383): Kruti To Mangal Download

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

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

Released: February 13, 2013  |  Added: March 05, 2016 | Visits: 638

Hindi Unicode to ANSI Converter Hindi Unicode To ANSI Converter is a remarkable Font converting tool for Devnagri scripts like Hindi, Sanskrit, Marathi, Maithili, Nepali, Konkani etc. The tool has been developed to help in converting text in Unicode font to ANSI font of Devnagri scripts. USP of the tool is high processing...


Platforms: Windows, Windows 7

License: Shareware Cost: $39.00 USD Size: 1.26 MB Download (57): Hindi Unicode to ANSI Converter Download

Released: January 26, 2016  |  Added: February 01, 2017 | Visits: 1.286

JR Mangal Hindi Unicode, English Typing RPSC LDC Special Typing software: Features & Rules of RPSC LDC Type Test:-On-screen matter is given to candidates. Back space is fully enabled till time over. Wrong typed and missed/skipped word is counted as error. One word = 5 characters rule is used for speed calculation. RPSC don't provide...


Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $11.00 USD Size: 11.54 MB Download (1602): JR Mangal Hindi Unicode, English Typing Download

Released: August 19, 2013  |  Added: January 25, 2014 | Visits: 1.481

Parivartak Parivartak 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 Shusha and Shusha to...


Platforms: Windows, Windows 7

License: Shareware Cost: $34.95 USD Size: 2.77 MB Download (235): Parivartak Download

Added: June 12, 2010 | Visits: 1.166

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 (119): Unicode::MapUTF8 Download

Added: July 23, 2010 | Visits: 1.343

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

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

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: April 24, 2010 | Visits: 1.113

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: October 16, 2010 | Visits: 1.132

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

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

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

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

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

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

1 2 3 4 5 >