Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Foreign language


Message #1 by "Nick" <nikosdra@l...> on Sat, 10 Feb 2001 22:13:21
> HI my friend
> you should add the code below in the top of your ASP file:
> 
> <%@ Language=VBScript CodePage=65001%>
> <% Session.CodePage = 65001%>
> 
> The only thing you should do is to find out of the codepage of the Greek
> language either in microsoft pages or other resources. The codepage 65001 is
> for Farsi/Persian.
> 
> have a nice time
> Hossein Taherzadeh
> 
> ----- Original Message -----
> From: "Nick" <nikosdra@l...>
> To: "Interdev_Programming" <interdev_programming@p...>
> Sent: Saturday, February 10, 2001 10:13 PM
> Subject: Foreign language
> 
> 
> > Hi all,
> >
> > I have a recent installation of VI and when i open .asp files containing
> strings in another language (Greek) they dont display correctly. Instead,
> they look like Chinese. I have checked all my Windows 2000 configuration and
> settings and there seems to be no problem with my fonts and language
> settings. Any ideas on how to fix this??
> >
> > Thanks in advance.
> >
> > Nick
> 
Thanks for the answer but this is not the solution I need. My problem lies
not in browsing the page with browser but viewing the code with VI 6.0.
When i open exactly the same file in another installation of VI 6.0 (in
another PC) i see all the characters fine, so it's not a codepage declaration problem.


Nick

  Return to Index