473,418 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Website with Russian text

I am using ASP, VBScript and MSSQL Server.

I do not understand the purpose of the VBS Codepage setting -
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> nor the meta tag - <meta
http-equiv="Content-Type" content="text/html; charset=iso-8859-1">. I
assume the SQL Server Collation setting has a purpose in this also.

What should the Codepage, charset and Collation be set at to build a site
with Russian text?

I can type Russian characters into a webpage with the above settings, as
well as English ones and other languages. Having read umpteen articles on
the web about codepages, character sets and encoding, I think I am more
confused now than I was when I started. Could you recommend a tutorial on
this whole subject?

Thanking you in anticipation.



Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Jan 9 '06 #1
3 7284

Roger Withnell wrote:
I am using ASP, VBScript and MSSQL Server.

I do not understand the purpose of the VBS Codepage setting -
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> nor the meta tag - <meta
http-equiv="Content-Type" content="text/html; charset=iso-8859-1">.
1252 and iso-8859-1 are 2 slightly different encodings of the same
Character Set:
"Western European" - English, German, French, etc.

It can NOT be used to process Russian (Cyrillic Character Set) or
Polish (Central European Character Set) or Latvian (Baltic Character
Set) or Greek, etc.

You can see which Character Set covers which languages here:
http://czyborra.com/charsets/iso8859.html
I
assume the SQL Server Collation setting has a purpose in this also.

What should the Codepage, charset and Collation be set at to build a site
with Russian text?
1251 and charset=windows-1251

or UTF-8

I can type Russian characters into a webpage with the above settings, as
well as English ones and other languages.
No, it just looks so but in reality all non-Western-European texts got
corrupted
Could you recommend a tutorial on this whole subject?


For ASP and CODEPAGE= -
http://msdn.microsoft.com/msdnmag/issues/0700/localize/

For HTML and Russian and "...META...charset=..."-
http://RusWin.net/cyrpage.htm
--
Regards,
Paul Gorodyansky
"Cyrillic (Russian): instructions for Windows and Internet":
http://RusWin.net
Russian On-screen Keyboard: http://Kbd.RusWin.net

Jan 10 '06 #2
I'm planning to use UTF-8 for the vbscript codepage and the html charset.

What do I use for the the SQL collation?

<pa*****@compuserve.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...

Roger Withnell wrote:
I am using ASP, VBScript and MSSQL Server.

I do not understand the purpose of the VBS Codepage setting -
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> nor the meta tag - <meta
http-equiv="Content-Type" content="text/html; charset=iso-8859-1">.


1252 and iso-8859-1 are 2 slightly different encodings of the same
Character Set:
"Western European" - English, German, French, etc.

It can NOT be used to process Russian (Cyrillic Character Set) or
Polish (Central European Character Set) or Latvian (Baltic Character
Set) or Greek, etc.

You can see which Character Set covers which languages here:
http://czyborra.com/charsets/iso8859.html
I
assume the SQL Server Collation setting has a purpose in this also.

What should the Codepage, charset and Collation be set at to build a site
with Russian text?


1251 and charset=windows-1251

or UTF-8

I can type Russian characters into a webpage with the above settings, as
well as English ones and other languages.


No, it just looks so but in reality all non-Western-European texts got
corrupted
Could you recommend a tutorial on this whole subject?


For ASP and CODEPAGE= -
http://msdn.microsoft.com/msdnmag/issues/0700/localize/

For HTML and Russian and "...META...charset=..."-
http://RusWin.net/cyrpage.htm
--
Regards,
Paul Gorodyansky
"Cyrillic (Russian): instructions for Windows and Internet":
http://RusWin.net
Russian On-screen Keyboard: http://Kbd.RusWin.net


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Jan 29 '06 #3
Hello!
Roger Withnell wrote:
I'm planning to use UTF-8 for the vbscript codepage and the html charset.

What do I use for the the SQL collation?


I personally don't know - but didn't that articel on MS site covers
that?

In any case, Database docs should tell you about that...
--
Regards,
Paul
http://RusWin.net

Jan 31 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Linda | last post by:
Hello! I am to develop a multi-lingual website / content management system. I will use ASP (IIS on swedish or english windows 2000), Access, and for the content editing i will use the built-in...
4
by: Roger Withnell | last post by:
I'm sending Russian text in an email generated from the website which displays in the email as ?????????? The website is set to codepage 65001 and the charset to utf-8. Please advise. ...
3
by: oag | last post by:
Hi, I am trying to enter Russian text in an Access 2000 form using the open code module to populate the form when opened. I am using Arial CYR and have tried other fonts but the text when pasted...
8
by: Aleks Kleyn | last post by:
I use vb code to show information from SQL Server on the screen. I have Russian text in this data. Everything is fine, but when I save this information into file using code...
0
by: nicko4972000 | last post by:
Hi, I'm trying to set up an ASP website that works in both Russian and English. The forms on the website should capture data, and write it off to MySQL. At the moment, I am having a lot of...
3
by: neosam | last post by:
Hi, I am currently doing a project, where i need to search an application for certain data. the application is a HTML page (like an internal web site). The tool that i am making needs to paste a...
1
by: sandeepindia | last post by:
I m using PHP Version 4.3.2 & Mysql version 3.23.58(No collation etc). My site is in shift JIS encoding. I've both japanese users & russian users. They have entered their member profile in their...
2
by: jeddiki | last post by:
Hi, I have made a little web page that contains an article about getting website traffic. For some reason the text is getting pushed over to the right hand side. This is my css for that text...
3
by: ObiBenKenobi | last post by:
Hi there, I would like to know how to create an event procedure for a command button that uses the text of a textbox to go to a specified website. Example: User types "google" in a textbox,...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.