Skip to content

Commit

Permalink
Merge branch 'toms_fixes'
Browse files Browse the repository at this point in the history
Conflicts:
	Changes
  • Loading branch information
briandfoy committed Jul 25, 2011
2 parents e7380ee + f8434ec commit 3c56b05
Show file tree
Hide file tree
Showing 8 changed files with 2,038 additions and 40 deletions.
9 changes: 7 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

1.03 - Mon Jul 18 23:42:02 2011
* Add mismaps, to discover which 8-bit chars don't map to UCS
* Add README and oscon-whatis.pod to explain what each script
is
* Update byte2uni for better programming practice
* All of these updates come from Tom

1.02 - Mon Jul 18 14:27:53 2011
* Add examples of most programs, from Tom

1.01 - Sat Jul 16 00:32:08 2011
* Tom Christiansen's Unicode Scripts So Life is Easier
* I just made the distribution


3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ script/hypertest
script/lc
script/leo
script/macroman
script/mismaps
script/nfc
script/nfcheck
script/nfd
script/nfkc
script/nfkd
script/nunez
script/oscon-whatis.pod
script/README
script/rename
script/tc
script/tcgrep
Expand Down
2 changes: 1 addition & 1 deletion lib/Unicode/Tussle.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Unicode::Tussle;
use vars qw( $VERSION );

$VERSION = '1.02';
$VERSION = '1.03';

=encoding utf8
Expand Down
14 changes: 14 additions & 0 deletions script/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
oscon-whatis.pod contains the descriptions of (some of) these scripts

* OSCON scripts
+ OSCON scripts description #1/2
+ OSCON scripts description #2/2
* Uses of Unicode in Perl identifiers in OSCON scripts
* Uses of Unicode modules in OSCON scripts
* OSCON script demos
+ Demo of uniprops
+ Demo of uninames
+ Demo of unichars
+ Demo of ucsort
+ Demo of unilook

Loading

0 comments on commit 3c56b05

Please sign in to comment.