All Projects → msiebuhr → charcod.es

msiebuhr / charcod.es

Licence: ISC license
Small webpage for finding the odd unicode char code.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects
Less
1899 projects

Projects that are alternatives of or similar to charcod.es

unicode
A Flask-Based Web-App for Exploring Unicode
Stars: ✭ 12 (-33.33%)
Mutual labels:  unicode
table2ascii
Python library for converting lists to fancy ASCII tables for displaying in the terminal and on Discord
Stars: ✭ 31 (+72.22%)
Mutual labels:  unicode
utfbom
Detection of the BOM and removing as necessary
Stars: ✭ 87 (+383.33%)
Mutual labels:  unicode
hyphenation
Text hyphenation for Rust
Stars: ✭ 43 (+138.89%)
Mutual labels:  unicode
unicodia
Encyclopedia of Unicode characters
Stars: ✭ 17 (-5.56%)
Mutual labels:  unicode
characteristics
Character info under different encodings
Stars: ✭ 25 (+38.89%)
Mutual labels:  unicode
ruby-homograph-detector
🕵️‍♀️🕵️‍♂️ Ruby gem for determining whether a given URL is considered an IDN homograph attack
Stars: ✭ 29 (+61.11%)
Mutual labels:  unicode
unihandecode
unihandecode is a transliteration library to convert all characters/words in Unicode into ASCII alphabet that aware with Language preference priorities
Stars: ✭ 71 (+294.44%)
Mutual labels:  unicode
android-unicode
Android unicode UTF-7 input apk
Stars: ✭ 23 (+27.78%)
Mutual labels:  unicode
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (+33.33%)
Mutual labels:  unicode
CJK-character-count
Program that counts the amount of CJK characters based on Unicode ranges and Chinese encoding standards 字体汉字计数软件
Stars: ✭ 195 (+983.33%)
Mutual labels:  unicode
nepali utils
A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Numbers, Nepali Unicode, Nepali Moments and many more.
Stars: ✭ 22 (+22.22%)
Mutual labels:  unicode
icu-swift
Swift APIs for ICU
Stars: ✭ 23 (+27.78%)
Mutual labels:  unicode
ara
ع Command line tool that displays Arabic text in terminal.
Stars: ✭ 27 (+50%)
Mutual labels:  unicode
dressup
Dress up your unicode!
Stars: ✭ 22 (+22.22%)
Mutual labels:  unicode
unigem-objective-c
Unicode Gems, a Mac app, an iOS app, and an iOS keyboard for letter-like unicode.
Stars: ✭ 22 (+22.22%)
Mutual labels:  unicode
homoglyphs
Homoglyphs: get similar letters, convert to ASCII, detect possible languages and UTF-8 group.
Stars: ✭ 70 (+288.89%)
Mutual labels:  unicode
symbols
Transform text into mathematical alphanumeric 𝗌𝗒𝗆𝖻𝗈𝗅𝗌.
Stars: ✭ 22 (+22.22%)
Mutual labels:  unicode
unicode-programming
Unicode programming examples
Stars: ✭ 33 (+83.33%)
Mutual labels:  unicode
characters
A package for characters represented as unicode extended grapheme clusters
Stars: ✭ 54 (+200%)
Mutual labels:  unicode

Charcod.es

Netlify Status

Find those nice - but ever elusive - unicode characters.

How

It splits everything into trigrams (foobar is split into foo, oob, oba and bar), which are put into a dictionary, all pointing back too foobar.

When searching for, ex. fobar, the word is split in the same manner and the parts are looked up in the search dictionary (where oba and bar will match). The results are then ranked by most matching trigrams.

The only major down-side to this (so far) is that large string will produce huge result-sets, which are quite expensive to set up in the DOM.

Add stuff

The build-script will fetch a unicode XML database and extract all the codes, their official names and aliases. Ditto for HTML char entities (not fully implemented yet, tho). Further aliases can be added manually by adding/editing files in the unicode/-directory.

Feel free to fork and add ASCII-fications and what not to these files.

Building/publishing

Deploys happen from https://netlify.com.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].