japanese text in dw/html?
- Started
- Last post
- 9 Responses
- foreign
how do i do this?
i've got the language pack installed for windows.
i've changed the charset enc. to UTF-8 in the html doc.
do i need to specify the font?
when i copy and paste the japanese text from a pdf all i get is glyphs and when viewing in browser ? marks.
- UndoUndo0
does the font yr using support the characters??
- foreign0
no, it didn't. i got it now...
- VectorMasked0
I usually don't have that problem.
Try using EditPlus and paste the text in the html page.If you are in dreamweaver, paste it directly into the cells in design view or layout view or whatever it is called (i forgot)
Don't paste it into the source.
- craic_whore0
wrong char set buddy:
:D
- craic_whore0
shit sorry :
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /
:D
- VectorMasked0
i have this in the japanese site i did for my gf
- foreign0
with UTF-8 you can display both english and japanese charsets in the same page.
- VectorMasked0
i have this in the japanese site i did for my gf
VectorMasked
(Nov 10 05, 06:04)
- craic_whore0
Yea your right but i figured if your only using one language you might as well try the specific char-set .
I've pasted chinese from a word document before without any problem, maybe the pdf's the problem.