473,396 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Presenting Irish Gaelic Font on Webpages

Hi all,

I'd like to implement a Gaelic tutorial with the inclusion of Gaelic
fonts. Irish Gaelic has 18 letters -

abcdefghilmnoprstu

but vowels can also take an acute accent, called a fada -

áéíóú

and consonants can take an aspiration, represented by a dot above the
letter, called a séimhiú. When Gaelic is written in Roman font, a h is
used instead, after the consonants in question – bh, ch, etc. I'd like
to use the dots if possible. The dots were officially abandoned when
typewriters came into vogue, but today there is no reason why the
traditional representation cant again be used.

I am aware that ISO-Latin-8 caters for Celtic fonts, including Irish,
but my understanding ends there -

http://www.smo.uhi.ac.uk/~oduibhin/mearchlar/latin8.htm

If you have a quick look at the following page, you'll see that a
convenient method for entering non-English letters is provided -

http://www.studyspanish.com/accents/typing.htm

How might I implement this to include aspirations (dots), again say
for a text box?

I've looked at a number of resources online, but have found most of
them to be impractical with respect to the presentation of web pages.
Are there any practical examples out there – for other languages other
the Irish for example?

Thanks,

Barry.
Jul 20 '05 #1
2 10056
bg***@yahoo.com (Barry) wrote:
I'd like to implement a Gaelic tutorial with the inclusion of
Gaelic fonts.
You don't need to include any fonts. Forget fonts for the time being.
If it helps, think about the possibility that the document will be
spoken by a speech browser if it just gets the right _characters_.
(Unfortunately not very realistic, but a useful thought experiment.)
I am aware that ISO-Latin-8 caters for Celtic fonts, including
Irish,


No, ISO Latin 8 covers the _characters_.

If you wish to use the old orthography, then things inevitably get more
complicated, both at the authoring end and at the user end. It seems to
me that most pages in Irish use the new orthography, which can be
written in ISO Latin 1, so it's smooth sailing. For example, the page
http://www.inishowenheritage.com/gae...sh-script.html
which explains the old orthography is in ISO Latin 1 and uses images
for the old texts. It also suggests downloading an "Irish font",
presumably for use with some 8-bit encoding (such as ISO Latin 8).
This is one possibility, see
http://ppewww.ph.gla.ac.uk/~flavell/...checklist.html

I don't think any widespread browser has builtin support for the
ISO Latin 8 encoding. But most modern browsers support utf-8, though
they may have problems with fonts - _this_ is where fonts come into the
picture, at the user side. What the user may need to do is to install
"multilingual support" or something similar. This helps with a large
number of different pages, as opposite to downloading a special font
for reading pages in a particular language.

Utf-8 would appear to be the optimal approach. You would probably need
a suitable editor, see e.g. the nice list at
http://www.alanwood.net/unicode/utilities_editors.html

Alternatively you could write the document using US-Ascii only,
presenting all non-Ascii characters using entity references or
character references. This is somewhat clumsy, but manageable and does
not require any special software. I suppose you know what to do with
characters with acute accent (there are entities for them), so what you
would additionally need is a handful of numbers from e.g.
http://www.alanwood.net/unicode/latin_extended_a.html

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #2
On Sat, 28 Feb 2004, Jukka K. Korpela wrote:
bg***@yahoo.com (Barry) wrote:
I'd like to implement a Gaelic tutorial with the inclusion of
Gaelic fonts.
You don't need to include any fonts. Forget fonts for the time being.
If it helps, think about the possibility that the document will be
spoken by a speech browser if it just gets the right _characters_.
(Unfortunately not very realistic, but a useful thought experiment.)
I am aware that ISO-Latin-8 caters for Celtic fonts, including
Irish,


No, ISO Latin 8 covers the _characters_.


[...]

and much other good advice that I could not improve on.

However, Gaelic is fortunate to have an expert who has not got stuck
in a backwater with proprietary font arrangements, but understands how
to do these things in the Unicode way, namely Michael Everson.

Google suggests http://www.evertype.com/celtscript/celtcode.html

But - this page is not a beginners' tutorial - one should probably (a)
read up on character representation in HTML (the most important part
being that the hon Usenaut needs to un-learn what they think they
already understand about fonts, I'm sorry to have to say) and (b)
browse around Everson's site from http://www.evertype.com/ to get the
specific Gaelic content.
Utf-8 would appear to be the optimal approach.


Seems right to me.

Good luck
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

131
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately...
300
by: Ståle Sæbøe | last post by:
I am a bit curious about this. The graphic design people I work with say it is their preferred font for web pages. The reason being that it is "kinder" to the eye both in terms of shape and...
3
by: Yul | last post by:
Hi, We are in the process of designing an ASP.NET app, where a user will enter some 'Customer ID' to be queried in the database. If the ID is valid, several stored procedures will be called to...
12
by: scsharma | last post by:
Hi, I am working on creating a webapplication and my design calls for creating main webform which will have menu bar on left hand side and a IFrame which will contain all the forms that are shown...
2
by: almurph | last post by:
Hi everyone, Can you help me please? I am having a problem with the encryption/decryption of words with the Irish fada in them. The Irish fada is like this: áéíóú/ÁÉÍÓÚ. It's kind of like the...
2
by: Anupama | last post by:
How can I change font size according to window size?font-size=xx% is not working as I expect.Plz give me code for that.My wish is to chage font size according to window size, so that I can always...
37
by: shapper | last post by:
Hello, I have been reading a lot about fonts and I got to the following conclusions: 1.Use % do define font size 2. Avoid defining font in Body and P tags 3. Avoid using Verdana I...
0
by: hux19383 | last post by:
irish patch http://cracks.12w.net F R E E
43
by: Andy Mabbett | last post by:
I'm about to publish (what's the web equivalent of "reprint"?) an old paper article, whose heading is in this font: <http://www.flickr.com/photos/pigsonthewing/2446437162/> Can anyone kindly...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.