Hi, 

I want to create my own package with a very simple GUI. The problem is that
I need to use special latin characters, as ¿,¡,ñ...
The function i have made is:

funcion<-function(){
tt<-tktoplevel()
tktitle(tt)<-"¡GUI de estadística"
}


The problem is that when i run this function, instead estadística, appears
some strange simbols. How can I convert this to latin1??

Thanks!!!:





-----

Guided Tours Basque Country 

Guided tours in the three capitals of the Basque Country: Bilbao, 
Vitoria-Gasteiz and San Sebastian, as well as in their provinces. Available 
languages.

Travel planners for groups and design of tourist routes across the Basque 
Country.
--
View this message in context: 
http://r.789695.n4.nabble.com/Creating-a-package-with-specail-caracters-tp4713615.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to