#1  
Old 06-Oct-2006, 12:07
Newbie
 
Join Date: Oct 2006
Posts: 1
Default Query on SILManuscriptIPA Phonetiacal Font

Hi all,
Does anyone know how to save this font in html without changing the format.
Microsoft font style: SILManuscriptIPA
example of text that needs to saved as html but extra spacing appears ????
This word is in Irish-Gaelic.
Íochtar Acla, [Çiù«xt«r ÈAkl«].
Any suggestions??
Thanks
Etain
  #2  
Old 06-Oct-2006, 14:46
rewboss's Avatar
Key Member
 
Join Date: Feb 2006
Posts: 1,554
Member Type: English Teacher
Default Re: Query on SILManuscriptIPA Phonetiacal Font

I take you are trying to put some stuff on a web page using the IPA?

That's sort of tricky. When you talk about "SILManuscriptIPA", I assume you're talking about an actual font, like Times New Roman and Arial. What are you doing -- just copying and pasting the text into an HTML file and wondering why it doesn't show up properly on other people's computers?

There's an explanation for that. HTML is just plain text with tags embedded in it which tell the browser how to format the text -- nothing more. When an HTML file specifies the font Verdana, that font is not actually downloaded with the HTML file. Instead, the HTML tells the browser to look for the Verdana font and use that. If Verdana is not installed on the computer, the browser has to use a different font.

In this specific case, I (and, I expect, most people) don't have SILManuscriptIPA installed on my system. So when it comes to the bit that you specify SILManuscriptIPA for, my browser can't find it; it uses the default, which is Times New Roman. I see this: Çiù«xt«r ÈAkl«

Basically, computers don't understand text and fonts. When the computer is called on to display some text, it doesn't think, "Ah, here we need something that looks like an upside-down lowercase 'e'"; instead, it thinks, "Ah, here we need character number 601".

Luckily, help (of sorts) is at hand.

These days, many people have operating systems and browsers that will cope with the Unicode character set. Most of those will have the character set Lucida Sans Unicode installed. That character set includes most of the extra symbols you need for the International Phonetic Alphabet.

If you have the Character Map on your system, you should find it in the Accessories program group under "System tools". Start it up, and select Lucida Sans Unicode. You can scroll down the list; if you click on a character, you will see a magnified image and, on the status bar at the bottom, a description complete with a code; for example U+0256.

That code is what you need. If you work directly in HTML, you can specify that particular character by using an entity: simply type &#x, followed by the code without the "U+", then a semicolon; like this:

ɖ

If you specify Lucida Sans Unicode for that, you (and anyone else with Lucida Sans Unicode installed) should see the IPA symbol for a schwa when you open the file in a browser.

The code is in hexadecimal, which uses 16 symbols from 0 to 9, then A to F. The IPA extensions are between 250 and 2E9 on the character map.

So, for "Hello", you need to type:

Code:
<font face="lucida sans unicode">
[he&#x2C8;l&#x259;u]
</font>
If you have Lucida Sans Unicode installed, you should see it in all its glory here:

[heˈləu]

(I hope this works)

Last edited by rewboss; 06-Oct-2006 at 14:48. Reason: It didn't work first time...
Closed Thread

Bookmarks

Tags
query, silmanuscriptipa, phonetiacal, font


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT. The time now is 21:40.



Content Relevant URLs by vBSEO ©2011, Crawlability, Inc.