473,804 Members | 2,104 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 -

abcdefghilmnopr stu

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 10081
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
"multilingu al 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
21706
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 get some good real world examples. Fire away! :) Regards, Peter Foti
300
18490
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 size. The HTML "hardcore elititst" profess that it is a useless font because it is too big compared to other fonts. Personally I do not care one way or the other, but I generally trust
3
2705
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 populate multiple webpages containing customer information. There isn't a one-to-one correlation between the stored procedure and a webpage. In other words, a webpage may have to refer to 1 or more DataTables to populate itself. Therefore, a...
12
2826
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 when menu items are clicked.Besides these i would like to put a custom status bar. Any error message encountered in any of the webpage will be displayed in the banner. The problem iam encountering is how to access the customer status bar in child...
2
7153
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 French grave... Anyway when I run encryption on a plaintext word like:
2
2327
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 get same type of screen.Currently when i reduce my window , my text also changes its position,looks quite messy.
37
2274
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 understand the reason of point 1.
0
1089
by: hux19383 | last post by:
irish patch http://cracks.12w.net F R E E
43
2285
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 suggest a similar font suitable for use in CSS (I'll make sure something less fancy is specified as a fallback). Thank you.
0
10352
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9175
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7642
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5535
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.