|
On 03/08/2012 18:08, kfl wrote:
> I need to write Faroese letters in plain tekst and in plots. > > How can I do this ? > > http://en.wikipedia.org/wiki/Faroese_language Faroese_language Where is the difficulty? Without the 'at a minimum' information asked for in the posting guide, we really have no idea. On most systems using a UTF-8 or Latin-1 locale this will just work (for suitable fonts, but then you are not going to be able to view that webpage without a suitable font). I would expect some difficulty using Windows except in a Western European locale, but you are mailing from Denmark. > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Brian D. Ripley, [hidden email] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [hidden email] mailing list 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. |
|
In reply to this post by kfl
Depends on your OS probably.
I would just add a Faroese keyboard to my Ubuntu setup and switch between my normal keyboard and Faoese as required. John Kane Kingston ON Canada > -----Original Message----- > From: [hidden email] > Sent: Fri, 3 Aug 2012 10:08:48 -0700 (PDT) > To: [hidden email] > Subject: [R] Writing Faroes lettsers in text and plot ? > > I need to write Faroese letters in plain tekst and in plots. > > How can I do this ? > > http://en.wikipedia.org/wiki/Faroese_language Faroese_language > > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/Writing-Faroes-lettsers-in-text-and-plot-tp4639074.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > [hidden email] mailing list > 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. ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! ______________________________________________ [hidden email] mailing list 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. |
|
Klaus: John Kane is right to point out that the procedure will
depend on your OS. It will also depend on what interface you use for entering text into R. All the letters you need for Faroese are present in the basic iso-8859-1 Western European character set (also known as ISO-Latin1) which should be available on just about any current operating system. It is how you access the non-US/English alphabetical characters which will depend on OS and interface. In some cases (especially in Windows) there will be a drop-down menu of available characters in which you point-and-click to enter the character you want. Or your OS may allow you to set up your keyboard configuration so that certain key-combinations give special characters. Or you may use an editor program which itself can have a special key setup. The mail program in which I am typing this reply uses iso-8859-1 and has its own keyboard setup involving a system of "digraphs". Each digraph is initiated by pressing Control-D ([^D]), followed by a sequence of two letters, so that [^D]AE gives Æ, for instance. Thus, in addition to the usual A-Z, a-z: [^D]A': Á [^D]D-: Ð [^D]I': Í [^D]O': Ó [^D]U': Ú [^D]Y': Ý [^D]AE: Æ [^D]O/: Ø with the corresponding digraphs for lower-case letters, such as [^D]ae: æ etc. I believe that may be enough for Faroese; however, if needed other Nordic letters are available in iso-8859-1, such as þ ([^D]th), Þ ([^D]TH), Ö ([^D]O"], ö ([^D]o"0, etc. When using R (in Linux), as program editor I usually use vim, which operates a similar digraph system (but with Control-K ([^K]) instead of [^D]). One way of entering such characters directly into R is to first enter them into a vim console window, and then (with mouse) copy and paste into the R command line. However, the R command-line window can have its own configuration as well. The choice is up to you, in the context of your OS and resources. It will probably be possible to give you direct and specific advice, if you let us know what your system set-up is, and how you access R. Hoping this helps, Ted. On 04-Aug-2012 13:25:07 John Kane wrote: > Depends on your OS probably. > I would just add a Faroese keyboard to my Ubuntu setup and switch > between my normal keyboard and Faoese as required. > > John Kane > Kingston ON Canada > > >> -----Original Message----- >> From: [hidden email] >> Sent: Fri, 3 Aug 2012 10:08:48 -0700 (PDT) >> To: [hidden email] >> Subject: [R] Writing Faroes lettsers in text and plot ? >> >> I need to write Faroese letters in plain tekst and in plots. >> >> How can I do this ? >> >> http://en.wikipedia.org/wiki/Faroese_language Faroese_language >> -- >> View this message in context: >> http://r.789695.n4.nabble.com/Writing-Faroes-lettsers-in-text-and-plot-tp4639 >> 074.html >> Sent from the R help mailing list archive at Nabble.com. ------------------------------------------------- E-Mail: (Ted Harding) <[hidden email]> Date: 04-Aug-2012 Time: 15:41:39 This message was sent by XFMail ______________________________________________ [hidden email] mailing list 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. |
| Powered by Nabble | Edit this page |
