Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dveeden/mysqlunicodedata
Unicode Database for MySQL
https://github.com/dveeden/mysqlunicodedata
Last synced: about 1 month ago
JSON representation
Unicode Database for MySQL
- Host: GitHub
- URL: https://github.com/dveeden/mysqlunicodedata
- Owner: dveeden
- Created: 2015-09-01T06:49:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T13:02:11.000Z (about 9 years ago)
- Last Synced: 2023-03-23T22:11:47.220Z (over 1 year ago)
- Language: Python
- Size: 668 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========The unicode data in MySQL format.
| File | Description |
| --------------------|-------------|
| `mysqlunicodedb.py` | The script to download the data and create the tables |
| `requirements.txt` | To support `pip3 install -r requirements.txt` |
| `ucd_data.sql` | The data as generated by the script |
| `ucd_schema.sql` | The schema as generated by the script |![Screenshot](Screenshot_unicodedata.png)
Fonts
=====This database contains characters in many different scripts. You might
want to install additional fonts for each script to be able to
display the characters.For example to display emoji fonts on a Linux machine you might want to
install these:* google-noto-color-emoji-fonts
* google-android-emoji-fonts
* gdouros-symbola-fontsLicense
=======for `ucd_data.sql` the data originates from UnicodeData.txt
For which the license can be found here:
http://www.unicode.org/copyright.html#Exhibit1All other files are licensed under GPLv3