Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Scandinavian letters in Stata
From
Eric Booth <[email protected]>
To
[email protected]
Subject
Re: st: Scandinavian letters in Stata
Date
Tue, 23 Feb 2010 09:45:21 -0600
>
******************
clear
ssc install ascii
**
inp str10 var1
"Aasdf"
"oghjkl"
"qwerty"
"zxcvnm"
"yuiop"
end
**
ascii
li
replace var1 = subinstr(var1, "a", "`=char(138)'", .)
replace var1 = subinstr(var1, "o", "`=char(154)'", .)
replace var1 = subinstr(var1, "A", "`=char(128)'", .)
li
******************
~ Eric
__
Eric A. Booth
Public Policy Research Institute
Texas A&M University
[email protected]
Office: +979.845.6754
On Feb 23, 2010, at 9:34 AM, roland andersson wrote:
> Is there a way to keep the scandinavian letters in Stata? The largest
> problem is when I make lists of patients names and adresses. Å, ä and
> ö are replaced with other letters and I do not know how to transform
> them back to the scandinavian alphabet.
>
> Roland Andersson
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/