Bookmark and Share

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]

AW: st: Scandinavian letters in Stata


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   AW: st: Scandinavian letters in Stata
Date   Tue, 23 Feb 2010 16:56:20 +0100

<> 



*************
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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index