Giter Site home page Giter Site logo

rikk / ucf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grantm/ucf

0.0 2.0 0.0 1.01 MB

Unicode Character Finder - Rikk's Mirror

Home Page: http://rikk.github.io/ucf/

License: GNU Affero General Public License v3.0

HTML 39.50% JavaScript 48.91% CSS 11.59%

ucf's Introduction

Unicode Character Finder

This is a simple JavaScript application for searching/browsing Unicode characters. You can see it in action at http://www.mclean.net.nz/ucf/ or http://rikk.github.io/ucf/.

See the application's built-in help for usage instructions.

Running Locally

In order to serve a copy of this software from your own web server (or local disk), after cloning the git repository you will need to run the make-data-file script, which downloads the XML Unicode Character Database files from Unicode.org and produces a much smaller summary data file.

Before running the make-data-file script, you'll need to install a few dependencies. On Debian/Ubuntu, you can install these packages:

sudo apt-get install libwww-perl libarchive-zip-perl libxml-sax-expat-perl

If you're installing direct from CPAN, these are the modules you'll need:

  • libwww-perl
  • Archive::Zip
  • XML::SAX::Expat

The first time you run the script, you'll need to provide the --download option:

./make-data-file --download

This will download the latest data files from Unicode.org. If you're modifying the script and re-running it, you don't need to provide --download each time.

For more information about the script and the format of the file it produces, use the --help option.

If you have trouble installing dependencies or running the script, you can always just grab the data file from the web site.

Copyright and Licence

Copyright (C) 2010-2015 Grant McLean

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License.

ucf's People

Contributors

grantm avatar hildjj avatar rikk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.