Writing with Elvish Fonts
dj_whitebread writes "Have you ever wanted to write in the Elvish script? Now's your chance to have your Elvish text look just like Tolkien's. This page gives you all the instructions. The typographer in me has to respect these guy's efforts!"
If you want to understand the invented languages of Tolkien, a good place to start is with a meetup group.
:)
Some people take their Elvishness pretty sillyessny...erm meant to say seriously...
Quod scripsi, scripsi.
In case the site (or routes to the site) get slashdotted. Here is a mirror.
--
Martin Studio Slashdot Effect Mirror Policy
Man, just the thing to make the old resume stand out in the crowd.
Now I know what to put all over my rice burner to make it faster!!!
Where can I get an Elvish keyboard?
QWERTY,
DVORAK,
TENGWAR?
"Draco dormiens nunquam titillandus."
I appreciate the mapping by Daniel and all, but if you are really interested in Cirth and Tengwar, push for the Unicode inclusion. http://www.evertype.com/standards/csur/tengwar.htm l and http://std.dkuug.dk/jtc1/sc2/wg2/docs/n1641/n1641. htm
For a font that does PUA and Plane 15 implementation of this standard use code 2001 from http://home.att.net/~jameskass/code2001.htm
Logban (A logical language for human speech), Quenya, Sindarian, English, etc. can all be written in Tengwar. I believe there are people using it for just about every language, including esperanto.
So, while the keymap is nice, use the Unicode stuff and help push it through to final inclusion.
Being able to write love poems using the Elvish script will really give me the edge in attracting a female companion!
:)
Thanks slashdot
Saying your OS is the best because more people use it is like saying MacDonalds make the best food
There have been (several) Tengwar variants for TeX for at least 10-20 years....
I'm just surprised nobody made a set for windows yet, if this is the first one
>> I think this was the very same site I used as a reference when desinging engravings to my and my ex-girlfriends rings.
Well, I guess you answered the question of why she is your EX-girlfriend...
Is all well and good, but Don't Come Crying To Me When You Need Someone Who Speaks Elvish.
"Sic Semper Tyrannosaurus Rex."
On June 16, 2001 Elenhil Laiquendo (Boris Shapiro) and Elgaladna Findilauriel (Olga Kukhtenkova) got married in a catholic church in Russia. Boris is an amateur linguist and a beginner lambengolmo. He is fond of Tolkien and his languages and he specializes (to a certain extent) in Quenya and in Middle-earth calendars; he has complex ideas about Tolkien's world and Christianity and the Elder Days of our oikoumene; his beloved, Olga is an artist, a dramatic actress, a theatre costumier, she loves drawing fairies and elves and illustrating Tolkien, she also specializes in the history of arts and culture and loves mythology and collects cosmogonical mythos. They both are elves: his name is Elenhil Laiquendo and her one is Elgaladna Findilauriel.
so elves do get laid,
letter
I find certain c++ code more intelligible when I apply an Elvish filter. Forth does better in dwarvish. I save the black speech for Cobol.
Gakh Nazgi Ilid/Albai/Golug - durub-uuri lata-nuut.
Udu takob-ishiz gund-ob Gazat-shakh-uuri. Krith Shara-uuri matuurz matat duumpuga.
Ash tug Shakhbuurz-uur Uliima-tab-ishi za, Uzg-Mordor-ishi amal fauthut burguuli.
Ash nazg durbatuluuk, ash nazg gimbatul,
Ash nazg thrakatuluuk, agh burzum-ishi krimpatul,
Uzg-Mordor-ishi amal fauthut burguuli.
See the TolkLang mailinglist archive for the original source. I've got it formatted using the fonts described in the article here (MS Word docfile, sorry!).
See also this bracelet I engraved with the complete poem with a dremel. The copper under the gold plating gives an impression of fire. On the gift card I wrote "This doesn't work, which is probably a good thing."
Have you ever wanted to write in the Elvish script?
No.
in girum imus nocte et consumimur igni
>Elvish has all the structure of a real language (loosely based on Finnish, I seem to remember).
Actually it wasn't based on Finnish at all, but rather inspired by it. It has it's own structure, just like any other language. Quenya was (in some ways) meant to capture the beauty that Tolkien saw in the Finnish language. In the early versions of Quenya he did use some loanwords from Finnish, but those were of course all replaced. Also there are many fundamental differences besides simple words (since it is, of course, it's own language). The modern (or "completed" if you prefer, although he never actually finished them) version have no connections with any real languages. If you get to really know the internal linguistic history of Tolkien's languages you can see how their world was meant to connect to ours (hint: in the LotR movies the Rohirrim speak a real language).
For some great info on the relationship between the Elvish languages and real world languages (primarily Finnish), check out this great article: http://www.sci.fi/~alboin/finn_que.htm
Yes, I'm a big fat nerd. I even have my own page on Tolkien: http://jerek.deciv.com/tolkien.htm
Blatant self-promotion: Jerek.net
"Feature creep?" You mean like fiction writers inventing new alphabets and languages like Elvish? It's Unicode that's trying to bring some uniformity and saneness to this human condition of Babel.
Your problem is that you're confusing the Universal Character Set (UCS), which is the core of Unicode, with a character encoding, such as UTF-xx and so forth. UTF-16 is NOT Unicode! When will that myth ever die? Perhaps you should go visit the Unicode Consortium home page and read through some of their FAQs.
And there's way more than just three encodings, but there's only one Unicode (actually there's ISO If these Elvish characters are more than just a curious fad then what's wrong with assigning them Unicode code points? The only problem would be doing so prematurely before all the characters have been reasonably deteremined and stable. Giving them codepoints allows font designers and other software applications to unambiguously exchange Elvish text. Granted though, the Unicode Consortium is primarily concerned with real human languages rather than inventions of fiction.
As far as encodings, keep in mind that Unicode is essentially a 20-bit character set allowing slightly more than one million separate characters to be defined (I say 20-bits loosely since the UCS codepoints really don't map to bits at all). So even your beloved UTF-16 (or the older UCS-2) is unnecessarily messy; having to use the low and high surrogate pairs to properly encode the entire UCS repertoire. Not to mention things like byte order issues and so forth.
This is why I actually love UTF-8, it is actually very simple and easy to work with. I think a lot of people get scared-off because it is variable-width, but for anybody who has actually coded using it, it is a very nice and easy to use encoding. Of course people primarily communicating in non-Latin languages may have other opinions. That's fine too.
As far as Project Gutenberg selecting US-ASCII, well, it sure looks identical to UTF-8 to me! In fact ASCII text is identical to UTF-8 text (but not the other way around). Now when they start archiving lots of non-English public domain texts, well, they may start rethinking the ASCII limitations and I'd be very surprised if UTF-8 is not the adopted character encoding. In fact they could just make the policy change right now, and they'd have to retype exactly zero documents in their collection.
A fantastic site for this stuff, and very highly thought of in the Tolkien language community (yes, it exists, stop laughing. :P Language is a profession taken more seriously in Europe you know) is Ardalambion. Here the author has compiled a ton of info on all of Tolkien's many languages (even ones that are not related to the world of Middle-earth), and even a course to learning the Elvish language Quenya! Very cool stuff. :) Also, I have a handy quick-and-dirty reference guide to Tolkien at my site here: http://jerek.deciv.com/tolkien.htm.
:)
Enjoy, all ye pursuers of Elvish.
Blatant self-promotion: Jerek.net
Comment removed based on user account deletion
School lectures are boring. To keep myself awake, I tried writing with my left hand, writing upside down, upside down and backwards, or the same with my left hand. I memorized pi to 210 digits over a few days' lectures.
Then I met a girl (that's right, someone of the female persuasion) who writes all her notes in Tengwar. I liked the way the letters worked so I learned it and I was hooked.
So I bought a calligraphy pen and took it to all my classes. My notes for my entire 4th year of university classes are written in Tengwar. (With the exception of numbers and math/programming symbols...doing them would probably have caused me to fail from not being able to read my notes very quickly.) I found it to be a creative/artistic outlet in all my dry technical courses.
I'm not a Tolkein geek (never read the books), but now the girl is 2000 miles away, and when people find out I write in elvish, some say "you must have a lot of time on your hands" and think I'm some sort of uber dork (maybe they're reading this). C'est la vie I guess.
They are cleary swiped from other fonts, but I will comment on the more "standard" of the lot, TengwarQuenya.
First off, it's taken from Times New Roman, which is not a big deal to me. It's boring, but not bad - I'd have prefered something with a little more tang, like Cloister or even Berling, but Oh Well. We're talking LOTR geeks, not Hermann Zapf. Speaking of Zapf, Gudrun's font, Diotima, would be nice for the Elvish treatment...
Secondly, the curves in the letters that are not derived from Times are very uneven, and ungraceful. Because of this, there are a pleathora of points describing what is essentially a simple clean curve.
A good example of this would be the char in l.c. "i" and the l.c. "k".. they're wavy snaky things with about 5x as many points as they need, and that's even accounting for the quadratic curve description differences in TrueType.
The letter spacing is mediocre. There are a few combos that could use some kerning, but the real problem lies in how letters that have identical forms are given different side bearings. Example: in English the letters (in helvetica / arial) l, h, and b sould have extremely similar if not largely identical left sidebearing values. In Adobe Helvetica, the left sidebearings for k, b, h, and l are: 67, 58, 65, and 67.
For letters q, w, y, and t in Tengwar Times, which all have very similar left side shapes, and similar counter spaces, have values of : 12, 25, 12 and 0. Which is crap.
So, overall, I give these fonts a C+.
They'll do the trick for the unclued, but they're not art.
Also, they are not available in Mac format, and for a graphics oriented font, that's a really sad thing to overlook. But it was devised by Geeks for other Geeks using MS Word, so, we're talking dupes of the conspiracy here.
RS
Shoes for Industry. Shoes for the Dead.