contents.gifindex.gifprev1.gifnext1.gif

Interpreting Punctuation Marks as Punctuation

For the [:punct some] command, the preprocessor applies the following rules:

DECtalk00090000.gif Multiple instances of identical punctuation marks are reduced to a single symbol. For example, --------------- becomes -, and *************** becomes *.

DECtalk00090000.gif Doubly encapsulated items become singly encapsulated. For example, (intelligent) and ((intelligent)) become (intelligent).

DECtalk00090000.gif Hours and minutes are not altered. For example, 2:43pm becomes
two forty-three P M
.

DECtalk00090000.gif Numerals and decimal numbers are not altered. For example, -3.52 becomes minus three point five two.

DECtalk00090000.gif Currency values are interpreted appropriately. For example, -$43,65 becomes minus forty-three dollars and sixty-five cents, and +$123.21 becomes plus one hundred and twenty-three dollars and twenty-one cents.

DECtalk00090000.gif Uppercase single letters followed by periods are interpreted as single letters. For example, U.S.A. becomes U S A.

DECtalk00090000.gif P.M. and p.m. become P M.

DECtalk00090000.gif Doubled clause boundary symbols are reduced to the first clause boundary. For example, boom!, becomes boom!

DECtalk00090000.gif Commas and hyphens not followed by spaces are changed to be followed by spaces. For example look,look becomes look, look.