Hello Ian
On 10-Jul-01, you wrote:
>> But stuff like alpha, beta, and the bullet mark are all in the latin1
>> codepage, which is what the Amiga uses, so as long as you're using a decent
>> font (like a Microsoft TTF font set up as per my tutorial, or one of the very
>> decent
>
> I can find beta (�) as Alt-S, but I couldn't find alpha.
>
>> Do you happen to know what the numeric value of these three entities
>> are?
>
> To quote the file which pointed me at these entities in the first
> place...
>
> <!-- Greek -->
> <!ENTITY Alpha CDATA "Α" -- greek capital letter alpha, u+0391 -->
> <!ENTITY Beta CDATA "Β" -- greek capital letter beta, u+0392 --> <!ENTITY
> Gamma CDATA "Γ" -- greek capital letter gamma, u+0393 ISOgrk3 --> [...]
>
> <!ENTITY alpha CDATA "α" -- greek small letter alpha, u+03B1 ISOgrk3 -->
> <!ENTITY beta CDATA "β" -- greek small letter beta, u+03B2 ISOgrk3 -->
> <!ENTITY gamma CDATA "γ" -- greek small letter gamma, u+03B3 ISOgrk3 -->
> [...]
>
> <!-- General Punctuation --> <!ENTITY bull CDATA "•" -- bullet, =black
> small circle, u+2022 ISOpub --> <!-- bullet is NOT the same as bullet
> operator, u+2219 --> <!ENTITY hellip CDATA "…" -- horizontal ellipsis,
> =three dot leader, u+2026 ISOpub --> <!ENTITY prime CDATA "′" -- prime,
> =minutes, =feet, u+2032 ISOtech --> <!ENTITY Prime CDATA "″" -- double
> prime, =seconds, =inches, u+2033 ISOtech -->
Right, so this shows just how difficult it is to support these: since their
unicode codepoints are outside of the 0-255 range of Amiga fonts - beta
can quite obviously be supported. • could be kludged to be the same
as • even if it isn't the same by definition. If we can find alpha, in a
predictable place, we can support that..
Thanks
--
Matt <[EMAIL PROTECTED]>
_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE