Parent Directory | Revision Log | Patch
revision 1.127 by wakaba, Sat Apr 12 15:25:52 2008 UTC | revision 1.128 by wakaba, Sat Apr 12 15:31:56 2008 UTC | |
---|---|---|
# | Line 2657 sub _tokenize_attempt_to_consume_an_enti | Line 2657 sub _tokenize_attempt_to_consume_an_enti |
2657 | require Whatpm::_NamedEntityList; | require Whatpm::_NamedEntityList; |
2658 | our $EntityChar; | our $EntityChar; |
2659 | ||
2660 | while (length $entity_name < 10 and | while (length $entity_name < 30 and |
2661 | ## NOTE: Some number greater than the maximum length of entity name | ## NOTE: Some number greater than the maximum length of entity name |
2662 | ((0x0041 <= $self->{next_char} and # a | ((0x0041 <= $self->{next_char} and # a |
2663 | $self->{next_char} <= 0x005A) or # x | $self->{next_char} <= 0x005A) or # x |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |