home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7401 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sunic!seunet!enea!sommar
  3. From: sommar@enea.se (Erland Sommarskog)
  4. Subject: Perl 5 and Latin-1
  5. Message-ID: <1992Dec14.101320.27904@enea.se>
  6. Organization: Enea Data AB
  7. Date: Mon, 14 Dec 1992 10:13:20 GMT
  8. Lines: 16
  9.  
  10. Perl 4 is decently 8-bit clean, not to say completely 8-bit clean.
  11. However, its opinion on the characters > 128 seems to be that they
  12. are special characters, so none of them won't match or eligble for
  13. subroutines names. (They can be used in variable names though, like
  14. almost any other character.)
  15.  
  16. I suggest that as a first step Perl 5 supports also Latin-1 and
  17. includes the codes from 192 to 255, 215 and 247 excepted, in the 
  18. alphanumeric set. Using Latin-1 would also give a vast new range
  19. of special characters which could used as operators and other
  20. funny things. Of course, it would probably be very mean to have
  21. some new operator only using an eight-bit character, but it could
  22. an alternative.
  23.  
  24. -- 
  25. Erland Sommarskog - ENEA Data, Stockholm - sommar@enea.se
  26.