Due to encoding limitation in DP2, sometimes it is better to replace some common special characters by their macro equivalent. Here is a list of some of the most common ones:
~<$@Chr.Registered>~; // ® ~<$@Chr.Trademark>~; // ™ ~<$@Chr.Backquote>~; // ` ~<$@Chr.Copyright>~; // © ~<$@Chr.Tilde>~; // ~ ~<$@Chr.CRLF>~; // New Line Char
Leave a Reply