/unicode2utf8

A simple implementation of the Unicode to UTF-8 encoding algorithm and subsequent percent encoding

Primary LanguageTSQLMIT LicenseMIT

Unicode2UTF8

An implementation of the Unicode to UTF-8 encoding algorithm found on Wikipedia.com

After encoding the string is formatted as Percent-encoding to be used within an URI.

This is useful when a json Unicode escaped character is included in a returned URI.

This repository provides examples in the following languages: