When using SMART to convert an RC file that contains a string table with an entry that has an ampersand (&) in it causes the ampersand to be converted incorrectly to a tilde (~) character throughout the entire RC file (including menus and string tables). The string table conversion could cause some unexpected problems with text strings. For example:
You & me
becomes:
You ~ me