473,563 Members | 2,767 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

French Encoding

Hi,

Our Website is french website. When we search in google for our
site its showing the title name with some characters like -- droit
propriété industrielle, protection propriétà ... But in our
default.aspx page we given title as droit propriété industrielle,
protection propriété intellectuelle. we have added french encoding
meta tag like below.

<meta http-equiv="content-type" content="text/html;
charset=iso-8859-1">
<meta name="language" content="France , French">

But its still not showing exactly what we given in title for
Default.aspx. I have tried this also <meta
http-equiv="content-language" content="FR"> instead of <meta
name="language" content="France , French">. But still its not showing.
What could be the problem. Is i have to add anything extra to get
exact frech characters. If i got solution for this problem then
immediately it will come in Google site or it will take some time.
Thanks,
Vinoth

Nov 19 '05 #1
4 3596
Not sure how to fix it.
But it will most definately NOT show up in google immeadiatly.

Google does periodic searches on websites and saves Cached versions of the
pages on there servers.
So your changes will take a while to show up in there search results. ...
how long, i don't think anyone can tell you.

"None" <vi********@gma il.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
Hi,

Our Website is french website. When we search in google for our
site its showing the title name with some characters like -- droit
propriété industrielle, protection propriétà ... But in our
default.aspx page we given title as droit propriété industrielle,
protection propriété intellectuelle. we have added french encoding
meta tag like below.

<meta http-equiv="content-type" content="text/html;
charset=iso-8859-1">
<meta name="language" content="France , French">

But its still not showing exactly what we given in title for
Default.aspx. I have tried this also <meta
http-equiv="content-language" content="FR"> instead of <meta
name="language" content="France , French">. But still its not showing.
What could be the problem. Is i have to add anything extra to get
exact frech characters. If i got solution for this problem then
immediately it will come in Google site or it will take some time.
Thanks,
Vinoth
Nov 19 '05 #2
None wrote:
Hi,

Our Website is french website. When we search in google for our
site its showing the title name with some characters like -- droit
propriété industrielle, protection propriétà ... But in our
default.aspx page we given title as droit propriété industrielle,
protection propriété intellectuelle. we have added french encoding
meta tag like below.

<meta http-equiv="content-type" content="text/html;
charset=iso-8859-1">
<meta name="language" content="France , French">

But its still not showing exactly what we given in title for
Default.aspx. I have tried this also <meta
http-equiv="content-language" content="FR"> instead of <meta
name="language" content="France , French">. But still its not showing.
What could be the problem. Is i have to add anything extra to get
exact frech characters. If i got solution for this problem then
immediately it will come in Google site or it will take some time.


ASP.NET uses UTF-8 encoding by default. Adding that particular META tag
could break it, if a browser applies the META tag instead of the HTTP
Content-Type's charset attribute.

Can you post the <globalizatio n/> element of your web.config?

Cheers,
--
http://www.joergjooss.de
mailto:ne****** **@joergjooss.d e
Nov 19 '05 #3
Hi,

This is my globalization element of my web.config <globalizatio n
requestEncoding ="utf-8" responseEncodin g="utf-8" />

Thanks,
Vinoth
vi****@gsdindia .com

Nov 19 '05 #4
None wrote:
Hi,

This is my globalization element of my web.config <globalizatio n
requestEncoding ="utf-8" responseEncodin g="utf-8" />

^^^^^

That combined with

<meta http-equiv="content-type" content="text/html;
charset=iso-8859-1">

won't work. Either remove the META tag or fix it:

<meta http-equiv="content-type" content="text/html;
charset=utf-8">
Cheers,
--
http://www.joergjooss.de
mailto:ne****** **@joergjooss.d e
Nov 19 '05 #5

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

Similar topics

0
1837
by: Jasmine | last post by:
Hi , I used "Request.Params" on the Page_Load event. I could not read the French like "é" If the sName has French, ie. if I pass the url like "webFom1?sName='abé'", then the Request.Params"will equal to "ab", the "é" get choped., What should I do? I used System.text; and set Request.contentEncoding =encoding.default or...
5
2838
by: darin dimitrov | last post by:
Hello, How can I convert an url encoded string containing some french characters back to the original string? I have the following html form: <form> name = <input type="text" name="name" value="Noël Pirès"/> <input type="submit" value="OK"/> </form>
8
393
by: Ess355 | last post by:
Hi, In the debugger at run time, characters like é are not recognised by their normal ASCII number, but something like -8615722... . I've seen this number before, it means "rubbish" right? So how can I possible modify my program so that french characters get recognised? Thanks in advance,
7
2351
by: Yongjian | last post by:
Hello, I want to read a text file which contains French charactor, then modify some of the sentence, save it as a new text file. But I found the new text file lost all the French charactors. Anybody can help me? Thanks, Yongjian
6
4533
by: Vinoth | last post by:
Hi, Our Website is french website. When we search in google for our site its showing the title name with some characters like -- droit propriété industrielle, protection propriétà ... But in our default.aspx page we given title as droit propriété industrielle, protection propriété intellectuelle. we have added french encoding meta...
4
6650
by: Lu | last post by:
Hi, i am currently working on ASP.Net v1.0 and is encountering the following problem. In javascript, I'm passing in: "somepage.aspx?QSParameter=<RowID>Chèques</RowID>" as part of the query string. However, in the code behind when I tried to get the query string value by calling Request.QueryString("QSParameter"), the value I got is:...
5
5751
by: John C. | last post by:
Hi, I've tried using System.Web.HttpUtility.UrlEncode("é") with each of the possible encodings ASCII, Unicode, UTF7, UTF8 but none of these gives what I want: %e9. And so on for the other French characters. Am I missing something here?
3
5896
by: bss | last post by:
Dear All, I have developing a French website using PHP & Ajax. In that I tried to display some French texts from mysql database using Ajax. Form local I got the text from db with Correct accents but in online French accents are missing. The text displays like this "de r?isation pour regroup?a majorit?es ". I declared following code in the...
4
5843
by: Rob | last post by:
Hi, I have a small VB.Net program that reads in an HTML file using a FileStream (this file was created by MS Word "Save as HTML" feature), uses regular expressions to remove all unwanted code and then re-writes the file. It works fine but when I execute this on a french web page...the StreamWriter removes all of the french characters....
0
7583
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7888
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7950
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6255
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1200
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.