Language

D

Daniela Menneweger

Hello NG,

I have a problem with displaying data from a database where text is written
in slovenian and in czech. The accents aren't displayed. What can I do to
display all the accents in Slovenian and Czech? Thanks in advance.

A word in the database: prijímání (f)
Displayed on my ASP page: prijímání (f) (the accent at r is missing)

My database is a Access-2000-database. All the accents are displayed in the
database.

Daniela
 
G

Gérard Leclercq

I don't know, but maybe this can help. Place this in the head of your page

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
 
D

Daniela Menneweger

thanks for helping. I've found a solution.

I saved my asp-file as UTF-8 code and inserted as followed:

<html lang="CS">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="CS">

on my asp-page.
Now it works excellent!

Daniela
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top