Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: RE: European Characters & Graphs


From   Philippe Glaziou <glaziou@pasteur-kh.org>
To   statalist@hsphsun2.harvard.edu
Subject   Re: st: RE: European Characters & Graphs
Date   Fri, 20 Dec 2002 08:36:25 +0700

Nick Cox <n.j.cox@durham.ac.uk> wrote:
> What are most obviously on offer are shown by
> 
> forval i = 192/255 {
> 	di "`i'  " char(`i)
> }
> 
> which doesn't reveal anything on your list.
 
Hi,

Here is my output (stata console), from a linux machine. I do not know
whether ms-windows users on the list will see anything below,
depending on installed fonts and configured charsets. However, all the 
accented or exotic characters are here on my list, and I can print
them and put them in a graph without any trouble. 

The linux community might be less NATO oriented than Bill's team ...


. forval i = 192/255 {
  2.        di "`i'   " char(`i')
  3. }
192   À
193   Á
193   Á
194   Â
195   Ã
196   Ä
197   Å
198   Æ
199   Ç
200   È
201   É
202   Ê
203   Ë
204   Ì
205   Í
206   Î
207   Ï
208   Ð
209   Ñ
210   Ò
211   Ó
212   Ô
213   Õ
214   Ö
215   ×
216   Ø
[...]
248   ø
249   ù
250   ú
251   û
252   ü
253   ý
254   þ
255   ÿ

-- 
Philippe 
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2023 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index