Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Try it free
Stop Storing Third-Party Tokens in Your Database
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
The purpose of this library is to determine the text encoding of an input, and dynamically insert a filter, which allows the processing program to assume UTF-8 input, regardless of the actual input encoding.
MVC2 based HTML 5 enabled Web Application Framework
...Current Version: 3.1.1
Features Upgraded:
===============
1. Meta Character set support enabled. Can be specified from Config.php($var->defaultCharacterSet). Default: utf-8
2. Following functions added:
a. TechMVC::LoadLibrary($path, $shared = false) -> Include library to TechMVC runtime.
b. In Config.php varriable "$var->meta_tags" renamed to "$var->defaultMetaTags"
c. TechMVC::updateMetaTags($param) has been added, will be used to add/update/remove metatags from any Controller.
...
Dapar is a universal parsing library written in C. It will interpret any grammar you give it in a BNF-like format, and constructs a matching expression tree for any given input. This makes developing a new parser for any language simple and reliable.
Includes an ABNF parser, EBNF parser, XML parser and algebraic math parser.
PHP5 RAD and object oriented PHP framework for building event-driven stateful web applications. Based on Zend Framework, features tableless HTML, multiple databases, accesskey support, auto data type recognition, transparent AJAX, UTF-8, i18n/l10n.
Camomile is a Unicode library for ocaml. Camomile
provides Unicode character type, UTF-8, UTF-16, UTF-32 strings,
conversion to/from about 200 encodings, collation and locale-sensitive
case mappings, and more.
String classes for C++ with easy interface, with support for all charsets(incl. UTF-8,UTF-16). Created to remove the compatibility problems with different types of strings and charsets, and provide access to all the popular features.
Codepage Converter - Convert HTML/Text files to different encoding formats e.g. ANSI to UTF-8 or Unicode. Convert multiple files with 1 click. Works with all encodings.
* The issue with UTF-8 has now been fixed.
...The constructor accepts a Map containing all parameters you would like to send to servlet (key-value but the value can be also a json!). Parameters are url encoded using utf-8.
libu8 is a portability library which especially provides utilities for manipulating, generating, and processing UTF-8 strings as well as operating system facilities such as logging, exceptions, extensible printf, and network functions.
LaTeX editor written in Objective Caml (OCaml) with the GTK+ toolkit. It provides multi-document interface, syntax highlighting, code completion, UTF-8 support, plugins, customizable GUI, regexp-based find and replace and more...
Resource Bundle Manager is a web application that manages Java resource bundles. It can import property files, export property files in UTF-8 format and edit key value pairs in a spreadsheet-like entry screen.
KAPDF 1.0 was released.KAPDF is a Free Libre Open Source PHP class for generating PDF documents without requiring external extensions.KAPDF Supports UTF-8, Unicode, RTL languages and (x)HTML. For more information visit http://www.kukaka.org
PHP DB CLASS1.0 was released.PHP DB CLASSis a Free Libre Open Source PHP class for mysql_db operations..PHP DB CLASS Supports UTF-8, Unicode, RTL languages and (x)HTML. For more information visit http://www.kukaka.org
Built on top of the CuTest framework, utf automates many of the tedious steps required to create a suite of test and makes it easy to test existing code not structured for unit testing.
Charset implementation adding encoding and decoding support for UTF-7 (as in RFC 2152, in two variants) and modified UTF-7 (RFC 3501) to Java. The two variants of UTF-7 supported differ in the encoding chosen for Set O (optional direct characters).
High performance PHP framework that enhances PHP with "application level multiple inheritance" and provides services for UTF-8, security, easy i18n, etc. It provides also a template engine that allows client side rendering of pages.
A full XML Parser for PHP with RSS Parser specific functionsl; think of it as an interface to the PHP DOM which allows easy access to your XML based documents. Auto encoding conversion to UTF-8 + Array to XML Conversion. V3 is now a commercial product
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.
Performs the 4 normalizations: NFD, NFC, NFKD, NFKC. Complies with the official Unicode.org regression test. Uses UTF8 binary strings natively but can normalize a string in any UTF format.