HTML - Unicode Or Specific Language Charset?
I am the owner of http://www.translationhelp.com and I am debating whether to use Unicode on the pages or not. There are over 500 translators in the database (but not yet fully registered as the site is still in development). Each of these translators needs to create at least two "profile" web pages (one in their source language and one in their target language). This means I need to have the ability to allow the translators to enter their profile information in two separate forms when they register in their respective languages so that the form contents once submitted will display properly in the user's browser ("user" here means potential clients looking for a translator).
I have heard of some problems with Unicode and browser/computer configuration so I am not sure if that is the best solution. It also seems more complex and therefore more expensive and perhaps more prone to bugs. I am also not sure how to implement Unicode so that the translators can read/type their info into the form in their languages and the pages resulting from the form submission are displayed in Unicode. The other solution is to set the form pages to be displayed automatically using the specific language charset for that page and to display the web pages using the charset of that page's language. The problem is that I have not had the actual site pages translated yet (that is coming soon) and the common elements (menus etc.) are all in English. This will mean a translator's profile page with a language charset of Japanese (for example) will also have menu items in English. The combination of the two languages is troublesome and the only solution I can come up with is to use Unicode OR display these pages without menus using a target "_blank" to open a new browser window and a couple of images (in English) to close the window or whatever. I have been thinking and wondering about this for some time and I could use any help or opinions to get me over the hump of indecision I am stuck at. Similar TutorialsI've got some unicode in my coding which I have to save my work in notepad under Unicode for both txt and html. Now when I upload my html file onto my website the page doesn't show like this, http://wantedfraternity.webs.com/test.html How do I fix this problem? :\ Hi, Can I display unicode character(i.e down arrow) BLACK DOWN-POINTING TRIANGLE ▼ 9660 using javascript on my page. Can you plz guide me. Thanks With Regards Hi, buddies My website has a URL with unicode characters to get a page, but this URL cannot be decoded correctly by IIS7.0. I got 500.50 http error, cannot find the page, and the URL decoded by IIS7.0 was messy code. So pls tell me how to encode such type URL in html code(not php or asp code), i.e. in a <a href="www.one-website.com/index.php?region_name=北京市">. May be I need a function. Could you kindly answer me ? Thank you! qiuping345 so how to use multiple charset in a page i have a part of the page uses windows-1256 and the rest of the page uses utf-8???? how to use the 2 charsets without making confliction between the 2 charsets?? the top the page uses HTML Code: <meta http-equiv="Content-Type" content="text/html; charset=windows-1256" /> and the rest uses HTML Code: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> What is the best charset to use for an American English website that targets the USA 100%? What about an American English web site that targets the USA about 80% of the time and every other country in the world about 20% of the time? hi ! I need help with chars encoding on some project in source with encoding "Windows-1251" I have line Code: <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> but when I or someone other visit site encoding is UTF-8 and he can't read Cyrillic chars any help will be good for me I need help understanding the The charset parameter, see example below: Code: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> I checked the W3C pages on the subject, but I am still confused. Dreamweaver inserts by default the example stated above, but looking back on sites I built in the past, apparently it inserted different lines, for instance: Code: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Can anyone shed light on this? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO 8859-1"> <title>Insert title here</title> </head> <body> <pre> if( a < b && c > d) //java code example { System.out.println("hdsfdslkf"); } </pre> </body> </html> i have confusion about the above code, so i wrote this html page in eclipse 3.2 j2ee. So, when i first wrote this program it gave me an error about character encoding which then i changed its charset to UTF-8 and then it worked fine. however the real problem is this was my HW problem, finding out what was wrong with the code.And, i thought it depends upon the charset defined in the document itself. So i am really curious i would really appreciate any help. thank you denis. I was wondering if it is required to use the following in XHTML. This: HTML Code: <?xml version="1.0" encoding="UTF-8"?> Instead of: HTML Code: <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> And... This: HTML Code: <?xml-stylesheet href="style.css" type="text/css"?> Instead of: HTML Code: <link rel="stylesheet" type="text/css" href="style.css" /> Also, what charset do you recommend and should I use XHTML 2.0 instead of XHTML 1.0? Thanks! - Jason - Here is my issue: I'm loading an XML that contains special characters (like French characters) and they are not displaying properly. My XML file is encoded in UTF-8. My charset is set to UTF-8 in my HTML document. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> When I take out the charset completely (don't declare character encoding at all), it displays properly?! (Ack!) I want my HTML to validate properly because I'm attempting to write clean XHTML, but this is leaving me a bit confused. Can anyone explain what is happening? Why does it display correctly when I don't specify a charset? Hi I'm sending an HTML file as an Email attachment. When I send it the <meta> tag contains "charset=iso-8859-8" - Hebrew(ISO-Visual) but when the recipiant opens it the charset has changed to "charset=iso-8859-8-i" - Hebrew(ISO-Logical) which causes the text to appear left-to-right instead of right-to-left as I sent it. What causes this behaviour and how can I correct it? Thanks for any help David Paddling upstream searching for the source Hello there. As the topic states, I don't know exactly what language I'm looking for. I believe I've accomplished what I'm trying to do using embedded tables in the past with some CSS scripting, but it is not working, and I'm getting frustrated. Essentially, I designed the site in Photoshop CS3, sliced it up, and now in one cell I'm needing a repeatable background so that whenever the content is entered into the site, the borders extend down the side of the site. I could re-cut the picture, but I'm trying to avoid doing so if at all possible. The kicker is that, also in this same cell, I have an image that I need to use as a background that DOESNT repeat. When you scroll down the page, you see this image in the cell, but as you go down and down and down on the site, the other background previously mentioned is the one that repeats. Is there anyway to accomplish this? I've tried creating a table within that cell and using the background I need to not repeat in it while the cell beneathe it used the background that repeated, but to no avail. Hello! I have a problem with hebrew language in the URL address . Yes I can't write hebrew in the URL address and there are coding like #E2 its in hebrew gimel (ג) and so on ... I need the these hebrew language coding in the URL address. Please help me! The problem: a long text with alternating lines in Chinese and English. What tag is best to use for each line - <p> or <div>, with classes? The fonts will be specified in the css. Or am I off-base? thanks for any advice How do you change language in websites? If there are any codes or a procedure please help. Greetings to all! I just got a request to implement a number of pages, that we currently host in English, with a Portuguese translation. Does anyone have any pointers as to how to properly implement content in different languages. What encoding should be used? Portuguese content is full of non-standard characters and I'm not sure that if I simply copy & paste the content that every browser will render all characters correctly. ANY help would be greatly appreciated. |