back to list

Unicode wedge products

🔗Gene Ward Smith <genewardsmith@coolgoose.com>

5/11/2006 9:15:30 PM

Does anyone know how to get Unicode into a web page? I tried it with this:

http://www.xenharmony.org/wedge.html

but it isn't displaying correctly for me.

Also, does a b b look like a wedge product to most people?

🔗Carl Lumma <ekin@lumma.org>

5/11/2006 9:24:39 PM

At 09:15 PM 5/11/2006, you wrote:
>Does anyone know how to get Unicode into a web page? I tried it with this:
>
>http://www.xenharmony.org/wedge.html
>
>but it isn't displaying correctly for me.

What exactly isn't? Other than the below problem, it looks fine on
cursory glance in firefox and ie.

>Also, does a ⋀ b look like a wedge product to most people?

Not in my mail client here. I can't find this string on your page,
but I see a lot of "∧" there in firefox and ie.

-Carl

🔗Hudson Lacerda <hfmlacerda@yahoo.com.br>

5/11/2006 9:47:32 PM

Gene Ward Smith escreveu:
> Does anyone know how to get Unicode into a web page? I tried it with this:
> > http://www.xenharmony.org/wedge.html
> > but it isn't displaying correctly for me.
> > Also, does a ⋀ b look like a wedge product to most people?

There are two confliting definitions for CHARSET at the header:

First, you have, at line 5:
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">

But, at line 17, you have:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">

Here on my computer,
a ⋀ b
looks like an error... I got:
'a', then a symbol for unknown char, then 'b'.

If you want a glyph similar to a '^', replace the "&and;" ocurrences for "∧". It seems that the "&" strings were generated in a bad conversion from ASCII (or other charset) to HTML.

Regards,
Hudson


_______________________________________________________ Abra sua conta no Yahoo! Mail: 1GB de espa�o, alertas de e-mail no celular e anti-spam realmente eficaz. http://br.info.mail.yahoo.com/

🔗Graham Breed <gbreed@gmail.com>

5/11/2006 9:53:00 PM

Gene Ward Smith wrote:
> Does anyone know how to get Unicode into a web page? I tried it with this:

You mean, in the sense that everything isn't Unicode already? Editing in UTF-8 and setting the character set is a good way.

> http://www.xenharmony.org/wedge.html
> > but it isn't displaying correctly for me.

I get a timeout.

> Also, does a ⋀ b look like a wedge product to most people?

Yes. I added it to my featureful local homepage:

<html><head><title>Home Page</title></head><body>
Unicode test: ⋀</body></html>

Then again, ^ also looks like a wedge product to me.

Graham

🔗Keenan Pepper <keenanpepper@gmail.com>

5/12/2006 6:23:02 AM

On 5/12/06, Hudson Lacerda <hfmlacerda@yahoo.com.br> wrote:
> Gene Ward Smith escreveu:
> > Does anyone know how to get Unicode into a web page? I tried it with this:
> >
> > http://www.xenharmony.org/wedge.html
> >
> > but it isn't displaying correctly for me.
> >
> > Also, does a ⋀ b look like a wedge product to most people?
>
>
> There are two confliting definitions for CHARSET at the header:
>
> First, you have, at line 5:
> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
>
> But, at line 17, you have:
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">

Yeah, that's definitely a problem. HTTP-EQUIVs are sort of evil
anyway. If you're running your own server you should just configure it
to send the right Content-Type: HTTP header.

Keenan

🔗Herman Miller <hmiller@IO.COM>

5/12/2006 6:49:27 PM

Gene Ward Smith wrote:
> Does anyone know how to get Unicode into a web page? I tried it with this:
> > http://www.xenharmony.org/wedge.html
> > but it isn't displaying correctly for me.

Looks fine from here in Mozilla Firefox 1.5.0.3 (Windows XP). You may need a font that contains the ∧ character (Arial Unicode MS, Lucida Sans Unicode, Code2000, etc.)

> Also, does a ⋀ b look like a wedge product to most people?

If I paste it into a text file and view it in Firefox it does.

🔗Gene Ward Smith <genewardsmith@coolgoose.com>

5/12/2006 11:22:52 PM

--- In tuning-math@yahoogroups.com, Herman Miller <hmiller@...> wrote:
>
> Gene Ward Smith wrote:
> > Does anyone know how to get Unicode into a web page? I tried it
with this:
> >
> > http://www.xenharmony.org/wedge.html
> >
> > but it isn't displaying correctly for me.
>
> Looks fine from here in Mozilla Firefox 1.5.0.3 (Windows XP). You may
> need a font that contains the ∧ character (Arial Unicode MS,
Lucida Sans
> Unicode, Code2000, etc.)

I found a page which helpfully explains "Although Microsoft's Internet
Explorer browser is widely used, it does not have as good Unicode
support as some of its competitors. For better Unicode support, you
may like to consider installing and using either Firefox or Opera,
both of which are available for Windows, Mac and other operating
systems." Does Bill Gates have his head up his ass, and if so, when
does he plan on pulling it out? Why in the world would IE not be
up-to-date with Unicode support?

Now I don't know whether to revert the page or not.

🔗Carl Lumma <ekin@lumma.org>

5/12/2006 11:32:04 PM

>Why in the world would IE not be up-to-date with Unicode
>support?

I will point out that Windows NT has been unicode down to
the kernel since it was first released -- way ahead of any
other OS (still ahead?).

As for Internet Explorer, you are aware it still contains
NCSA Mosaic code?

As far as heads up asses go, I note that Firefox with 7
tabs open is currently using 120MB of memory. IE with
about 30 tabs open is using 35MB and it's way faster.

-Carl

🔗Gene Ward Smith <genewardsmith@coolgoose.com>

5/13/2006 12:28:58 AM

--- In tuning-math@yahoogroups.com, Carl Lumma <ekin@...> wrote:
>
> >Why in the world would IE not be up-to-date with Unicode
> >support?
>
> I will point out that Windows NT has been unicode down to
> the kernel since it was first released -- way ahead of any
> other OS (still ahead?).

You shouldn't need to reply on an operating system to get a browser to
work.

> As for Internet Explorer, you are aware it still contains
> NCSA Mosaic code?

No, but it doesn't surprise me.

🔗Carl Lumma <ekin@lumma.org>

5/13/2006 10:22:59 AM

>> >Why in the world would IE not be up-to-date with Unicode
>> >support?
>>
>> I will point out that Windows NT has been unicode down to
>> the kernel since it was first released -- way ahead of any
>> other OS (still ahead?).
>
>You shouldn't need to reply on an operating system to get a browser to
>work.

Agreed. I'm just saying, not everything they do is numskullish.

-Carl

🔗Keenan Pepper <keenanpepper@gmail.com>

5/13/2006 6:04:57 PM

On 5/13/06, Carl Lumma <ekin@lumma.org> wrote:
> I will point out that Windows NT has been unicode down to
> the kernel since it was first released -- way ahead of any
> other OS (still ahead?).
[...]

This is getting really off-topic, but my GNOME desktop fully supports
Unicode. The Linux kernel and filesystem know nothing about character
encodings, but they're 8-bit clean to allow the use of any encoding,
which seems like a good design to me.

Keenan

🔗Carl Lumma <ekin@lumma.org>

5/13/2006 9:02:06 PM

>The Linux kernel and filesystem know nothing about character
>encodings,

What is the Linux filesystem?

-Carl

🔗Hudson Lacerda <hfmlacerda@yahoo.com.br>

5/14/2006 3:29:10 PM

Carl Lumma escreveu:
>>The Linux kernel and filesystem know nothing about character
>>encodings,
> > > What is the Linux filesystem?

Not a single filesystem, but several filesystems are supported, like:

ext2
ext3 (with journal)
xfs
reiserfs

Strange filesystems like vfat and ntfs are supported, and there are GNU/Linux distributions that can be installed on such filesystems.

This is a excerpt from manual page for "mount", the program responsible to mount/umount filesystems:

<<<
The argument following the -t is used to indicate the file system
type. The file system types which are currently supported include:
adfs, affs, autofs, coda, coherent, cramfs, devpts, efs, ext, ext2,
ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs, nfs, ntfs, proc,
qnx4, ramfs, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos,
usbfs, vfat, xenix, xfs, xiafs. Note that coherent, sysv and xenix
are equivalent and that xenix and coherent will be removed at some
point in the future -- use sysv instead. Since kernel version 2.1.21
the types ext and xiafs do not exist anymore. Earlier, usbfs was known
as usbde- vfs.
>>>

For more information:
http://www.tldp.org/HOWTO/Filesystems-HOWTO.html

Best,

--
'-------------------------------------------------------------------.
Hudson Lacerda <http://geocities.yahoo.com.br/hfmlacerda/>
*N�o deixe seu voto sumir! http://www.votoseguro.org/
*Ap�ie o Manifesto: http://www.votoseguro.com/alertaprofessores/

== THE WAR IN IRAQ COSTS ==
http://nationalpriorities.org/index.php?option=com_wrapper&Itemid=182
.-------------------------------------------------------------------'
--



_______________________________________________________ Yahoo! doce lar. Fa�a do Yahoo! sua homepage. http://br.yahoo.com/homepageset.html

🔗Keenan Pepper <keenanpepper@gmail.com>

5/14/2006 3:36:09 PM

On 5/14/06, Hudson Lacerda <hfmlacerda@yahoo.com.br> wrote:
> Carl Lumma escreveu:
> >>The Linux kernel and filesystem know nothing about character
> >>encodings,
> >
> >
> > What is the Linux filesystem?
>
> Not a single filesystem, but several filesystems are supported, like:
>
> ext2
> ext3 (with journal)
> xfs
> reiserfs

Right, and what I meant was that the generic Linux filesystem code,
which handles all of these, is 8-bit clean, so as long as the
underlying filesystem has a way of storing arbitrary data (all of
these do), Linux will let you use unicode filenames or whatever.

Keenan