in reply to problem with user-defined unicode character properties
Try removing the leading whitespace (untested; no cyrillic text to hand):
sub InRussian{ return <<'END'; +utf8::Cyrillic +utf8::Mark +utf8::Number +utf8::Punctuation END }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem with user-defined unicode character properties
by psychomachine (Initiate) on Jun 11, 2007 at 15:00 UTC | |
by BrowserUk (Patriarch) on Jun 11, 2007 at 15:41 UTC |