Skip to content

Commit 1802421

Browse files
committed
Add 's' and 'S' to list of ANSI C portable filename characters.
For: RT #127783. Thanks to Jim Davis for report.
1 parent ab7ca7e commit 1802421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pod/perlport.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ semantics for that. Let the operating system sort it out.
376376

377377
The I<portable filename characters> as defined by ANSI C are
378378

379-
a b c d e f g h i j k l m n o p q r t u v w x y z
380-
A B C D E F G H I J K L M N O P Q R T U V W X Y Z
379+
a b c d e f g h i j k l m n o p q r s t u v w x y z
380+
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
381381
0 1 2 3 4 5 6 7 8 9
382382
. _ -
383383

0 commit comments

Comments
 (0)