RE: Designing a multilingual web site

2000-07-19 Thread Chris Pratley
This makes sense if you realize that characters are just bytes, and you can play around with the interpretation of the bytes as much as you like until one interpretation works. Data in Unicode, however, breaks the (rough) rule that bytes can be interpreted as any codepage. (note that this is a

RE: Designing a multilingual web site

2000-07-19 Thread Chris Pratley
This makes sense if you realize that characters are just bytes, and you can play around with the interpretation of the bytes as much as you like until one interpretation works. Data in Unicode, however, breaks the (rough) rule that bytes can be interpreted as any codepage. (note that this is a

Re: Designing a multilingual web site

2000-07-19 Thread Michael \(michka\) Kaplan
From: "Chris Pratley" [EMAIL PROTECTED] The good news is that other developers can use it as well - it is built-in to the MLANG.DLL that comes with Windows (the later versions have IE5.x integrated), or you can rely on IE5 being on the machine you are running on. Most of the Office2000 apps

Unicode controls for VB (Programming)(VB)(OLE)(WinNT)

2000-07-19 Thread Marco . Cimarosti
Visual Basic (6.0 for 32-bit Windows Development, under Windows NT) is capable of handling Unicode strings, internally, but I found no way to display an arbitrary Unicode text in any of the built-in controls (buttons, text boxes, combos, etc.). Even if I set the control's font to an

Re: Unicode controls for VB (Programming)(VB)(OLE)(WinNT)

2000-07-19 Thread Michael \(michka\) Kaplan
From: [EMAIL PROTECTED] Visual Basic (6.0 for 32-bit Windows Development, under Windows NT) is capable of handling Unicode strings, internally, but I found no way to display an arbitrary Unicode text in any of the built-in controls (buttons, text boxes, combos, etc.). True. Even if I set

Re: .TTF to .GIFs-- back again...

2000-07-19 Thread Antoine Leca
Robert Wheelock wrote: I need a program that'll do the following 2 things: 1. Convert a TrueType (or EPS Type 1) font's characters into individual .GIF (or .BMP) images Into .BMP: the best way is to use any Windows bitmap tool like Paint, use it to write any text you want, et voilĂ : you've

Using unicode in a Java program

2000-07-19 Thread William Overington
I am learning to program in Java and wonder if someone could kindly point me in the right direction as to how I can get unicode character codes into my programs please. I have written various applets on non-unicode topics and got them to work successfully. I am aware that Java uses unicode for

RE: Designing a multilingual web site

2000-07-19 Thread Munzir Taha
notepad always saves Unicode-encoded files with the appropriate signature byte sequence, like most other Microsoft-apps and many other well-behaved applications. They are the first 2 to 4 bytes in the text file, encode U+feff in the particular encoding scheme, and are as follows: utf-8: ef

Unicode site redesign

2000-07-19 Thread Mark Davis
We are pleased to announce that the Unicode web site has been redesigned to improve navigation and usability. Our new look features a more accessible layout and color scheme, with related links in the side bar on most pages to help you learn about other information available on the site. Longer

RE: Designing a multilingual web site

2000-07-19 Thread Munzir Taha
Hi Ravi, I am designing the site for a publishing house that publish books in more than 70 languages. I am using MS Access 2000 for designing the database. My main concern now is in the site itself more than the database since I have to contact 70+ persons to translate their pages into their

Unicode FAQ addendum

2000-07-19 Thread John Cowan
The new Unicode FAQ (like the old) supplies the panting world with John's Own Version of Unicode Conformance: 1) Unicode code units are 16 bits long; deal with it. 2) Byte order is only an issue in files. 3) If you don't have a clue, assume big-endian. 4) Loose surrogates don't mean jack. 5)

RE: Designing a multilingual web site

2000-07-19 Thread Marco . Cimarosti
Munzir Taha wrote: utf-8: ef bb bf utf-16be: fe ff utf-16le: ff fe utf-32be: 00 00 fe ff utf-32le: ff fe 00 00 (check before utf-16le!) scsu: 0e fe ff (unfortunately rather rarely used) Sorry for being a dummy about this. But I can't understand where these bytes

Re: Using unicode in a Java program

2000-07-19 Thread addison
There are several ways to get Unicode characters into your Java programs. You are correct in that you can use \u to represent any Unicode character. You put the escape sequence anywhere that you would put a single character like "a" (so it goes inside the quotation marks). If you can type

Re: Using unicode in a Java program

2000-07-19 Thread Markus Scherer
William Overington wrote: (hexadecimal) 109. From something I saw a long time ago, before I started learning Java, I think that I need to put something like \u0109 into the program somewhere, though whether it is \u0109 or "\u0109" in quotation marks or whatever I do not know. you got it.

Re: Unicode FAQ addendum

2000-07-19 Thread Markus Scherer
John Cowan wrote: The new Unicode FAQ (like the old) supplies the panting world with John's Own Version of Unicode Conformance: some of the old ones seem to be pre-unicode 1.1. should they not be updated? 1) Unicode code units are 16 bits long; deal with it. this is true for the default

Re: Unicode FAQ addendum

2000-07-19 Thread John Cowan
Markus Scherer wrote: some of the old ones seem to be pre-unicode 1.1. should they not be updated? No, they are 2.0. 1) Unicode code units are 16 bits long; deal with it. C1 says "A process shall interpret Unicode code values as 16-bit quantities." "Code unit" is defined in definition D5

Re: Emoticons

2000-07-19 Thread Roozbeh Pournader
BTW, did anyone get the smileys right at the first sight? --roozbeh

Re: Emoticons

2000-07-19 Thread Rick McGowan
BTW, did anyone get the smileys right at the first sight? --roozbeh Yes, the mail viewer here supports UTF-8. Therefore, I saw two glyphs from Apple's "Last Resort" font which tells me that I don't have any other installed font capable of displaying the smiley faces... Bummer. :-( (BTW, I

Re: Emoticons

2000-07-19 Thread Michael \(michka\) Kaplan
I did (OE 5.50.4133.2400). MLang rocks, it would seem. :-) michka - Original Message - From: "Roozbeh Pournader" [EMAIL PROTECTED] To: "Unicode List" [EMAIL PROTECTED] Cc: "Unicode List" [EMAIL PROTECTED] Sent: Wednesday, July 19, 2000 12:49 PM Subject: Re: Emoticons BTW,

RE: Emoticons

2000-07-19 Thread Ayers, Mike
BTW, did anyone get the smileys right at the first sight? I got the smile but not the frown (any guesses as to why?). The font, however, is too small to see, but I *think* it's a smiley... /|/|ike

Re: Emoticons

2000-07-19 Thread John H. Jenkins
On Wednesday, July 19, 2000, at 12:49 PM, Roozbeh Pournader wrote: BTW, did anyone get the smileys right at the first sight? They looked OK to me.

RE: Emoticons

2000-07-19 Thread Doug Ewell
Mike Ayers [EMAIL PROTECTED] wrote: I got the smile but not the frown (any guesses as to why?). The font, however, is too small to see, but I *think* it's a smiley... If you got a hollow or black box instead of the frowney, you are probably using a font that supports WGL4, which includes the