Click to See Complete Forum and Search --> : Photoshop CS?


Dark Dragon
12-14-2003, 06:49 PM
Is this the next step up from Photoshop 7?
Has anyone ever used it, is it better?

I do have another question though, today I bought
a program called Global Writer in which I can type in various languages including Japanese Katakana.

What I want to do is copy and paste the Katakana text into
a web page but am unsure how it would look or how to go about it.

Also since I have this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

in my page and this:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=x-sjis">

I am curious as to what to put in the "header" so it will appear in both English and Japanese text.

Perhaps it is impossible?

PeOfEo
12-14-2003, 07:32 PM
Try using unicode world wide, utf-16, as the charset. You can play w/ the headers but to do that you would have to have access to the server.

Dark Dragon
12-14-2003, 07:42 PM
So can I add a third META tag to look like this:

<meta http-equiv="Content-Type" content="text/html; charset=utf-16">

Or do I just have the iso-8859-1 and the utf? (or just one?)

Anyways thanks PeOfEo :)

toicontien
12-14-2003, 10:37 PM
You only need the one character set declaration. ASCII is a subset of iso-8859-1, which is a subset of UTF 8. UTF 8 is a subset of UTF 16. That's how I understand it. UTF 16, I believe, contains enough characters to accomodate most written languages.

Dark Dragon
12-14-2003, 10:46 PM
Okay..then if I can create Katakana Characters with Unitypes Globe Writer..I should be able to save it as a htm file or at least copy and paste, right?

I just got these programs today and so it opens a couple of new doors for me.

fredmv
12-15-2003, 05:01 AM
Originally posted by Dark Dragon
Okay..then if I can create Katakana Characters with Unitypes Globe Writer..I should be able to save it as a htm file or at least copy and paste, right? With the right character set declaration, I suppose.