character set
Herongs Tutorial Notes on GB2312 Character Set
This book describes the GB2312 character set. It provides a mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes. It also provides a Java program that produ more>> This book describes the GB2312 character set. It provides a mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes. It also provides a Java program that produces the mapping table.<<less
Herong's Tutorial Notes on GB2312 Character Set
This book describes the GB2312 character set. It provides a mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes. It also provides a Java program that produces the mapping table. more>> This book describes the GB2312 character set. It provides a mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes. It also provides a Java program that produces the mapping table.<<less
Foreign character inserter
If you are sick of client not being able to insert non english characters, this script would solve your problem. It inserts the character ( that is on a button) into the field which has focus. You need to add the required tags to your html always to more>> If you are sick of client not being able to insert non english characters, this script would solve your problem. It inserts the character ( that is on a button) into the field which has focus. You need to add the required tags to your html always to display those characters correctly. This one has Turkish characters.<<less
ArCharsetC 1.0
This class can be used to convert a given Arabic text between different character set encodings. Currently it supports converting between character sets windows-1256, iso-8859-6 and utf-8. more>> This class can be used to convert a given Arabic text between different character set encodings. Currently it supports converting between character sets windows-1256, iso-8859-6 and utf-8.<<less
ArCharsetD 1.0
This is a simple class that can be used to guess the character set encoding of an Arabic text string. It analyzes the text string and counts the frequency of occurrence of characters with certain codes. It computes the probability value of the more>> This is a simple class that can be used to guess the character set encoding of an Arabic text string. It analyzes the text string and counts the frequency of occurrence of characters with certain codes. It computes the probability value of the text being encoded in some of the most likely character set encodings: windows-1256, iso-8859-6 and utf-8.<<less
ArDate 1.0
This class can be used to format times and dates in Arabic. It implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string. The class returns a string formatted represented the more>> This class can be used to format times and dates in Arabic. It implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string. The class returns a string formatted represented the given date in Arabic encoded using the Windows-1256 character set. The names of the months, days of the week and AM and PM references are translated into the Arabic equivalents. The class can also convert a data from the Gregorian calendar (represented in timestamp input) into a data Hegri Islamic calendar using same format string of the PHP date function. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.al-shamaa.com/ php/arabic/<<less
PCRE Cheat Sheet
A printable PDF PCRE regular expressions cheat sheet. Featuring: functions and their arguments, base character classes, meta characters, quantifiers, pattern modifiers, point based assertions and subp more>> A printable PDF PCRE regular expressions cheat sheet. Featuring: functions and their arguments, base character classes, meta characters, quantifiers, pattern modifiers, point based assertions and subpattern modifiers and assertions.<<less
ArTransliteration 1.0
This class can be used to transliterate English text to Arabic. It looks for a set of English character sequences and transliterates to equivalent character sequences in Arabic encoded with windows-1256 character set. more>> This class can be used to transliterate English text to Arabic. It looks for a set of English character sequences and transliterates to equivalent character sequences in Arabic encoded with windows-1256 character set.<<less
Apache AxKit
Apache AxKit is an XML application server for Apache. more>> Apache AxKit is a convenient server management tool which is used for Apache. It provides on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code. AxKit also uses a built-in Perl interpreter to provide some amazingly powerful techniques for XML transformation.
AxKit makes the separation of content and presentation a practical reality. The pipelining technique that AxKit uses allows content to be converted to a presentable format in stages, allowing certain platforms to see data differently to others. AxKit allows web designers to focus on web site design, content developers to work on a purely content basis, and webmasters to focus on their core competencies.
AxKit is based on components that are replaceable. This allows the web site developer to create a completely custom XML Application Server based around the AxKit API. AxKit can either automatically provide caching facilities, or you can create yThe toolkit also provides ability to build component based web sites, and dynamic content.
Database integration is fully supported, allowing either delivery of XML from a database, or XML generation from a database query. Dynamic web components can be built using the Perl language, making the possibilities as infinite as CGI scripts, without the potential mess that CGI programming can cause.
Major Features:
- XSLT based pipelined XML transformations
- Standards base stylesheet selection criteria
- Output in more than 180 different character sets (although browser support means that only about 10 of those are useful).
- XSP support for the Perl language, including Perl DBI based SQL taglib
- Built in Perl interpreter no more CGI overhead
- Plug-in API All components are replaceable with custom components.
- Support for almost every platform around: Linux, Solaris, HPUX, AIX, Windows NT, BeOS, *BSD, VMS.
- Intelligent caching technology means yDeliver to different media using the sames set of URLs for all media types. Media types supported are: Screen (web browsers), Handheld (such as palmtop computers and mobile phones), TV (for example Skys "Open", or Microsofts WebTV), braille, aural, print, projection and tty (for text-only browsers).
- GZipped output encoding great for slower links
Count down field character - Free 1
A very simple and powerfull Count down field character in javascript !!!! Useful for contact form or any type of forms. more>> A very simple and powerfull Count down field character in javascript !!!! Useful for contact form or any type of forms.<<less
Dealing with special characters
This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output. more>> This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output.<<less
Javascript SET game 1.0
This is an online version of the card game SET which runs completely off javascript (no server/PHP needed). This version is better than the one currently at the offical SET site (9/6/06) because it goes through a whole deck of cards and removes/replaces more>> This is an online version of the card game SET which runs completely off javascript (no server/PHP needed). This version is better than the one currently at the offical SET site (9/6/06) because it goes through a whole deck of cards and removes/replaces sets found. It was designed to use DHTML to ease gameplay. The game automatically detects if there is a match present, and if not it adds more cards (to a max of 15). The game also keeps track of various statistics (total time, average time, longest match time, quickest match time). There is a PHP version here which will output an image showing a gaussian distribution of your times with standard deviation labeled.<<less
Create a secure password 1.2
What is a secure password? This password has a minimum number of 8 characters, 1 number, 1 special character, 1 mutation, 1 small alphabetic character, 1 great alphabetic character. This function will help you to create a secure password. more>> What is a secure password? This password has a minimum number of 8 characters, 1 number, 1 special character, 1 mutation, 1 small alphabetic character, 1 great alphabetic character. This function will help you to create a secure password.<<less
C Programming - Handling of Character String
In this tutorial you will learn about Initializing Strings, Reading Strings from the terminal, Writing strings to screen, Arithmetic operations on characters, String operations (string.h), Strlen() fu more>> In this tutorial you will learn about Initializing Strings, Reading Strings from the terminal, Writing strings to screen, Arithmetic operations on characters, String operations (string.h), Strlen() function, strcat() function, strcmp function, strcmpi() function, strcpy() function, strlwr () function, strrev() function and strupr() function.<<less
Simple Random Character Verification script 2
A validation script that displays random characters which the user must enter into the box to continue the script, if they are entered incorrectly or not at all, the form will just reload. It uses has more>> A validation script that displays random characters which the user must enter into the box to continue the script, if they are entered incorrectly or not at all, the form will just reload. It uses hashed cookies to stop bots from reading the code. It will stop robots from using a form to send spam. Its a foundation to either experiment with or add to a form.<<less