From: Owen Shepherd Date: Sat, 16 Mar 2013 16:35:30 +0000 (+0000) Subject: Include usage data in UnicodeData.py docstring X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=f6b4e5f0b3cec07b1a5221d57c4dc94383cdfe9f Include usage data in UnicodeData.py docstring --- diff --git a/functions/locale/UnicodeData.py b/functions/locale/UnicodeData.py index b9057c2..30fe562 100644 --- a/functions/locale/UnicodeData.py +++ b/functions/locale/UnicodeData.py @@ -7,6 +7,12 @@ """ Converts the character information provdied by Unicode in the UnicodeData.txt file from the Unicode character database into a table for use by PDCLib. + +Usage: Download the UnicodeData.txt file to the same directory as this script +and then run it. Both Python 2 and 3 are supported. + +Download the data from + ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt """ import os