In RTF, Unicode values are given as short integers, represented
in decimal. Add 65536 to find out what you've got in your file.
\u-241 = d65295 = U+FF0F
\u-245 = d65291 = U+FF0B
The \'3f that appears after each of these means that these
would be mapped to x3F ("?") in whatever codepage is specified
for that font (determined by the charset).
Hope that helps.
Peter
This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:20:44 EDT