|
If you are talking about the small, superscripted "TM" symbol, then
what you've seen is correct: There is no such symbol in any of the
"normal" EBCDIC encodings.
The proper solution is to use one of the Unicode encodings. These
days, UTF-8 (CCSID 1208) is preferred whenever possible, because
that's the de facto standard in the computing world at large. It's a
varying multibyte encoding (some characters are encoded as just one
byte, some are encoded as two bytes, some require even more), and some
older or less-well-designed applications may not be able to handle
that.
The next-best choices are CCSID 1252 (the typical Windows encoding,
not to be confused with CCSID 819 or 437, neither of which has the
trademark symbol) or 1200 (UTF-16, big endian).
I don't know the specifics of your requirements; if you cannot choose
another CCSID, then your current workaround may be the best you can
do.
John Y.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.