small fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-03-07 09:34:18 +00:00
parent 7688f0a1f7
commit d7204bba1d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl -w #!/usr/bin/env perl
############################################################################# #############################################################################
# Name: regex.pl # Name: regex.pl
# Purpose: Generate test code for wxRegEx from 'reg.test' # Purpose: Generate test code for wxRegEx from 'reg.test'
@@ -24,6 +24,7 @@
# #
use strict; use strict;
use warnings;
use File::Basename; use File::Basename;
#use encoding "UTF-8"; # enable in the future when perl 5.6.x is just a memory #use encoding "UTF-8"; # enable in the future when perl 5.6.x is just a memory
@@ -291,8 +292,7 @@ Example: $prog -o regex.inc reg.test wxreg.test
Input files should be in UTF-8. If no input files are specified input is Input files should be in UTF-8. If no input files are specified input is
read from stdin. If no output file is specified output is written to stdout. read from stdin. If no output file is specified output is written to stdout.
See the comments in reg.test (in src/regex) for details of the input file See the comments in reg.test for details of the input file format.
format.
EOT EOT
exit 0; exit 0;
} }

View File

@@ -8,8 +8,8 @@
############################################################################# #############################################################################
# #
# The layout of this file is the same as src/regex/reg.test. See the comments # The layout of this file is the same as reg.test. See the comments in that
# in that file for full details. The encoding used in here is UTF-8. # file for full details. The encoding used in here is UTF-8.
# #
# These tests test the character classifications over the ascii range pretty # These tests test the character classifications over the ascii range pretty
# thoroughly, since hopefully these will be similar for all platforms and # thoroughly, since hopefully these will be similar for all platforms and