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

Unicode String Functions freeware
Filter: All | Freeware | Demo
 

Unicode String Functions

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

Missing string functions Missing string functions script introduces some functions to help you manage international text. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Missing string functions Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 542

FUNDAMENTALS UNICODE FUNDAMENTALS UNICODE was designed as a simple, accessible and easy-to-use Delphi / FreePascal unit that is supposed to implement routines and classes for Unicode string handling. Now you can make use of this library ro handle all your Unicode strings and improve your development process. Platforms: Windows

License: Freeware Download (48): FUNDAMENTALS UNICODE Download

Added: September 11, 2010 | Visits: 765

INVSTR INVSTR is a library of C functions that follow the behavior of the standard library string functions, but starting all searches and the like from the end of the string rather than the start. Whats New in This Release: This initial release includes the following functions: - invstrinv -... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): INVSTR Download

Added: May 10, 2013 | Visits: 724

PHP UTF-8 PHP UTF-8 is a UTF-8 aware library of functions mirroring PHP's own string functions. Does not require PHP mbstring extension though will use it, if found, for a (small) performance gain. Features: - Provides UTF-8 aware versions of PHP's string functions - Detection of bad UTF-8 sequences -... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): PHP UTF-8 Download

Added: May 10, 2013 | Visits: 550

Conversion to unicode or byte string Python's built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an enhanced version of str() and unicode() that could be used as handy functions to convert between byte string and unicode. This... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Conversion to unicode or byte string 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

Added: November 18, 2013 | Visits: 320

String Utilities A module of string functions: Chop, Contains, various quoted/RegEx versions of NthField and Split, EditDistance, EndsWith, Hash, HexB, InStrReverse, padding, SoundEx, and much more. Platforms: Mac

License: Freeware Size: 30.72 KB Download (38): String Utilities 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: May 10, 2013 | Visits: 603

Latin1 to ASCII This script takes a UNICODE string and replaces Latin-1 characters with something equivalent in 7-bit ASCII and returns a plain ASCII string. This function makes a best effort to convert Latin-1 characters into ASCII equivalents. It does not just strip out the Latin-1 characters. All characters... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (65): Latin1 to ASCII 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: March 06, 2010 | Visits: 1.023

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

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 838

Portable RJ TextEd RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The... Platforms: Windows

License: Freeware Size: 42.22 MB Download (55): Portable RJ TextEd Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 1.136

RJ TextEd RJ TextEd is a full featured text and source editor with Unicode support, syntax highlighting and code folding. The functionality extends beyond text files and includes support for HTML editing with integrated preview, spell checking, auto completion, HTML validation, templates and more. The... Platforms: Windows

License: Freeware Size: 32.01 MB Download (58): RJ TextEd Download

Added: June 15, 2013 | Visits: 356

MatData MatData 1.02usage:call read(filename,varname,var)call write(filename,varname,var,action)where "filename" is the string of .mat file's name, "varname" is the string of variable's name stored in .mat file, "var" is the variable's name in Fortran program, which can be any one of the following type:... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): MatData Download

Added: July 09, 2013 | Visits: 319

Evex Evex is an "Ada flavored", full-featured run-time expression evaluation library for Ada providing built-in mathematical and string manipulation operators and functions, run-time function definition, and application-provided function registration. Platforms: *nix

License: Freeware Size: 102.4 KB Download (36): Evex Download

Added: January 27, 2010 | Visits: 647

MacPerl::AppleScript MacPerl::AppleScript is a Perl extension for easily accessing scriptable Apps. SYNOPSIS use MacPerl::AppleScript; # # create Application Object # my $app = MacPerl::AppleScript->new("Application Name"); my $doc1 = $application->new("document 1"); my $doc2 = $application->new("document... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): MacPerl::AppleScript Download

Added: May 10, 2013 | Visits: 297

Deeply applying str() across a data structure The str() function in the standard library behaves in a slightly weird way when applied against lists: on each element of the list, the repr() is appended. In contrast, this module provides a deep_str() that deeply applies str() across lists. This module also provides utilities to develop custom... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: September 06, 2013 | Visits: 786

Database Abstraction plus SQL Injection Database Abstraction plus SQL Injection is a wrapper to access MySQL databases.Database Abstraction plus SQL Injection can establish database connections, execute SQL queries and retrieve query results. It can also help avoiding SQL injection attacks by quoting text literal values with either the... Platforms: PHP

License: Freeware Size: 10 KB Download (54): Database Abstraction plus SQL Injection Download

Added: June 08, 2013 | Visits: 570

zope.mimetype This package provides a way to work with MIME content types. There are several interfaces defined here, many of which are used primarily to look things up based on different bits of information. The basic idea behind this is that content objects should provide an interface based on the actual... Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): zope.mimetype Download

Released: April 09, 2001  |  Added: April 21, 2006 | Visits: 3.092

CryptoTextCE CryptoTextCE is an ActiveX / COM component written in ATLCE for the PocketPC. It provides simple access to the CryptoAPI in Windows CE from embedded Visual Basic and embedded Visual C++. CryptoTextCE is a companion product to CryptoText for the desktop, and data encrypted on the PocketPC using... Platforms: Windows CE

License: Freeware Size: 75 KB Download (149): CryptoTextCE Download

1 2 3 4 5 >