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

Unicode Strings freeware
Filter: All | Freeware | Demo
 

Unicode Strings

< 1 2 3 4 5 > 
Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 400

XLW XLW is specially built as an Open Source software that is able to wrap the Excel C API in simple C++, C# or VB.NET interfaces. You can then use the interfaces to customize Excel with your own worksheet functions and menu items. XLW supports : · new features introduced by Excel 2007 such as... Platforms: Windows

License: Freeware Download (51): XLW Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 689

NPE File Analyzer NPE File Analyzer is a utility that allow users to view and edit 32bit and 64bit Portable Executable (PE) files, such as .EXE .DLL and .SYS files. NPE provides functions for inspection of unknown binaries, you can analyze sections, resources, import and export tables, relocations, TlsTable, and... Platforms: Windows

License: Freeware Size: 8.11 MB Download (52): NPE File Analyzer Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 497

OllyDbg 2.01 Alpha OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. OllyDbg is a shareware, but you can download and use it for free. Special highlights are: * Intuitive user... Platforms: Windows

License: Freeware Size: 1.8 MB Download (56): OllyDbg 2.01 Alpha Download

Added: May 10, 2013 | Visits: 426

KDbg KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. Features: - Inspection of variable values in a tree structure. - Direct member: For certain compound data types the most... Platforms: *nix, C/C++, BSD

License: Freeware Download (57): KDbg Download

Added: October 25, 2013 | Visits: 444

entrypoint A decorator to interact with argparse based on function signature. This is a decorator library that helps one to write small scripts in Python. There are three main features that it provides: * Automatically running a function when a script is called directly, but not when it is included as... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): entrypoint Download

Added: September 20, 2013 | Visits: 429

unittest2 The new features in unittest for Python 2.7 backported to Python 2.3+. unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to run on Python 2.4 - 2.7. Thanks to Mark Roddy, there is also a version of for Python 2.3. This is maintained... Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): unittest2 Download

Added: December 03, 2013 | Visits: 701

text-hr text-hr is Morphological/Inflection Engine for Croatian language written in Python programming language. Includes stopwords and Part-Of-Speech tagging engine (POS tagging) based on inverse inflection algorithm for detection. Since API is not still freezed, this project is still in alpha. TAGS... Platforms: *nix

License: Freeware Size: 112.64 KB Download (39): text-hr 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

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: June 12, 2010 | Visits: 1.172

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

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 1.275

Strings edit Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding. Numeric input can be checked... Platforms: *nix

License: Freeware Size: 54.27 KB Download (99): Strings edit 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: April 24, 2010 | Visits: 1.116

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: February 27, 2010 | Visits: 1.170

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );... Platforms: *nix

License: Freeware Size: 78.85 KB Download (107): PHP::Strings Download

Added: October 16, 2010 | Visits: 1.136

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

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

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

< 1 2 3 4 5 >