I tried to split a string variable, there is a response including ""�"". How do I get rid of this weird symbol? The ultimate goal is to generate new 0-1 variable for each response.
. tab AttentionSeeker1
AttentionSeeker1 | Freq. Percent Cum.
------------------------------------+-----------------------------------
Causes class disruptions | 1,443 43.57 43.57
Other | 75 2.26 45.83
Talks at inappropriate times | 856 25.85 71.68
Wants teacher�s undivided attention | 938 28.32 100.00
------------------------------------+-----------------------------------
Total | 3,312 100.00
. tab AttentionSeeker1
AttentionSeeker1 | Freq. Percent Cum.
------------------------------------+-----------------------------------
Causes class disruptions | 1,443 43.57 43.57
Other | 75 2.26 45.83
Talks at inappropriate times | 856 25.85 71.68
Wants teacher�s undivided attention | 938 28.32 100.00
------------------------------------+-----------------------------------
Total | 3,312 100.00
Comment