From 44911fe568f0d7fb6904f7b88ddbccf2477e2300 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sat, 16 Mar 2013 16:35:30 +0000 Subject: [PATCH] Include usage data in UnicodeData.py docstring --- functions/locale/UnicodeData.py | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.40.0