Unicode code-point lookup
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
LICENSE
README.md
elm-package.json

README.md

This is obsolete (for the moment), since the standard library does this after all: Char.fromCode.

-- Convert from key code.
Char.fromCode : KeyCode -> Char

Unicode

Generated Unicode code-point lookup table.