|
I'd not use the hex value x'7D' for quotes, because it may not beActually, this isn't true. Apostrophe is a member of the invariant character set in EBCDIC. That is, every EBCDIC code set has the apostrophe in the same place, x'7D'. In your other message you reference the characters $, # and @ - these are variant characters and are definitely not in the same place in different languages. I dealt with this in BPCS; I ran the project that removed variant characters from all BPCS source code - it was much more difficult than you might imagine!
international. Using two single quotes is the better solution.
This mailing list archive is Copyright 1997-2026 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.