Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > presenting an alternative when browser can't handle unicode symbols

Reply
Thread Tools

presenting an alternative when browser can't handle unicode symbols

 
 
Jim Higson
Guest
Posts: n/a
 
      08-23-2004
On my site I have:

Русский

which, normally written is:

Π*усский (Russian for "Russian")

Now, most browsers handle this fine, but a few have problems. I there a way
I can give alternate latin-alphabet text, such as:

Russkij (nearest equivalent)

to be used when the browser can't handle the full version? Hopefully this
can be done with some simple markup.
 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      08-23-2004
Jim Higson <> wrote:

> Русский

- -
> Now, most browsers handle this fine,


Unfortunately this depends on what has been installed on the user's
system. Unfortunately, Windows

but a few have problems. I there
> a way I can give alternate latin-alphabet text, such as:
>
> Russkij (nearest equivalent)
>
> to be used when the browser can't handle the full version? Hopefully
> this can be done with some simple markup.
>




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


 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      08-23-2004
Jim Higson <> wrote:

> Русский - -
> Now, most browsers handle this fine,


Unfortunately this depends on what has been installed on the user's
system. Unfortunately, Windows systems are often shipped without
"internationalization support" pre-installed, and many users don't know
what to do. Most modern browsers handle it fine _if_ the font in use
contains Cyrillic letters. But this depends. There's not much you can do
about it, as an author.

> I[s] there
> a way I can give alternate latin-alphabet text, such as:
>
> Russkij (nearest equivalent)
>
> to be used when the browser can't handle the full version? Hopefully
> this can be done with some simple markup.


No, unfortunately not. It would be fine if there were - especially for
characters that are very rarely available in common fonts, such as
phonetic symbols.

There's _something_ you can do, though (in addition to the apparent
solution of putting a transliterated version in parentheses after the
text). You can use the title attribute to suggest a "tooltip":

<span lang="ru" title="Russkij (= Russian)"
>Русский</span>


(In the general case, transliteration of Russian is very problematic on
the Web, since so many conflicting transliteration systems exist. For
example, "russkij", "russkiy" and "russki" are all standard - by
different standards. But in this case, the reader probably gets the idea
anyway.)

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


 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Space presenting as %20 in link trichert@gmail.com ASP .Net 4 06-02-2006 12:12 PM
Presenting VOIP as an ISDN/BRI trunk newsgroups@djguk_spam.co.uk UK VOIP 5 08-11-2005 05:07 PM
Presenting a new(?) idea for free open source software development. Ingvald Straume (from Norway - Europe) C++ 10 08-09-2005 07:47 PM
Presenting photos on CD/DVD with transitions and sound? Agustin Digital Photography 1 05-20-2005 05:45 PM
I18N Question re presenting time remaining Rhino Java 2 02-11-2005 01:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57