Adding Copyright Characters to Metafiles

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The characters for copyright and trademark registration symbols ( © or ® ) may not display correctly if the metafile is not encoded using the UTF-8 encoding scheme. In this case, to display either of these symbols properly for all users, you can use the ASCII equivalents (c) and (r) inside the COPYRIGHT element, as shown in the following code.

<COPYRIGHT>Copyright (c) 1998, Microsoft Corporation</COPYRIGHT>

If the metafile is encoded using UTF-8, copyright and trademark symbols will display correctly.

See also

Windows Media Metafile Elements Reference