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
roland andersson <[email protected]>
To
[email protected]
Subject
Re: st: Scandinavian letters in Stata
Date
Tue, 23 Feb 2010 18:27:18 +0100
Thank you Eric an Martin
I still need some help. One example of a list looks like this:
Norrköping for Norrköping
Nässjö for Nässjö
Söderköping for Söderköping
Should I write
replace var1 = subinstr(var1, "ö", "`=char(246)'", .)
replace var1 = subinstr(var1, "ä", "`=char(
Correct?
2010/2/23 Martin Weiss <[email protected]>:
>
> <>
>
>
>
> *************
> ssc d asciiplot
> *************
>
> by Nick and coauthor makes the issue even clearer...
>
>
>
> HTH
> Martin
>
>
> -----Ursprüngliche Nachricht-----
> Von: [email protected]
> [mailto:[email protected]] Im Auftrag von Eric Booth
> Gesendet: Dienstag, 23. Februar 2010 16:45
> An: [email protected]
> Betreff: Re: st: Scandinavian letters in Stata
>
>>
>
>
>
> ******************
> 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/
>
>
> *
> * 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/