36 lines
1.3 KiB
R
36 lines
1.3 KiB
R
##
|
||
## Sample character translation resource file for
|
||
## WinPMail v1.02, SMTP translation.
|
||
## Copyright (c) 1993, David Harris, All Rights Reserved.
|
||
##
|
||
## This file can be used to replace the default SMTP
|
||
## translation table used by PMail on outgoing non-MIME
|
||
## messages.
|
||
##
|
||
## Resource 0 in the file must be an SMTP translation table:
|
||
## it consists of high-bit characters followed immediately
|
||
## by the string of characters which PMail should use in
|
||
## place of the character in outgoing messages. Spaces
|
||
## delimit each entry.
|
||
##
|
||
## To use this file, make any necessary changes to it and
|
||
## compile it using the command "ResCom WPM-CHAR.R". Copy
|
||
## the resulting WPM-CHAR.RSC file into either your home
|
||
## mailbox if you want it to affect only you, or into the
|
||
## same directory as WINPMAIL.EXE if you want it to affect
|
||
## all users on the system.
|
||
##
|
||
|
||
text TEXT_SMTP_TABLE
|
||
{
|
||
"€C <20>ue ‚e ƒa „ae …a †a ‡c ˆe ‰e Še ‹i Œi <20>i ŽAE <20>A ",
|
||
"<EFBFBD>E ‘ee ’AE “o ”oe •o –u —u ˜y ™OE šUE ›c œstlg <20>yen ",
|
||
"žpeseta Ÿflorin a ¡i ¢o £u ¤n ¥N ¦a §o ¨? ©+ ª+ ",
|
||
"«.5 ¬.25 ! ®<< ¯>> ³| ´| µ| ¶| ·+ ¸+ ¹| º| »+ ¼+ ",
|
||
"½+ ¾+ ¿+ À+ Á- Â- Ã| Ä- Å+ Æ| Ç| È+ É+ Ê- Ë- Ì| Í- ",
|
||
"Î+ Ï- Ð- Ñ- Ò- Ó+ Ô+ Õ+ Ö+ ×+ Ø+ Ù+ Ú+ àa áss ãpi ",
|
||
"äSigma åRho çTau éTheta êOmega ëdelta ío îEpsilon ",
|
||
"ð= ñ+/- ò>= ó<= ö/ ùo ú. ûsqrt ü^n ý^2"
|
||
};
|
||
|