On Tue, Nov 20, 2001, Bill Janssen wrote: > When a non-Latin-1 (non-ASCII?) character is encountered, add a > function code which describes two things: the numeric character code, > and the length of an alternative Latin-1 (ASCII?) string (like "-" for > en-dash, or "--" for em-dash). This would be immediately followed by > the alternate string. [...] > I've used function code 0x80 for this purpose.
Seems like a good solution to this problem, but you can't use function code 0x80 (indicates that no data is included). After looking at your changes to DBFormat.html I saw that you instead used 0x83 and 0x85, so everything should be OK. /Mike
