[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
character encoding in HTML templates
- Subject: character encoding in HTML templates
- From: <..hidden..>
- Date: Sun, 09 Nov 2008 01:46:46 +0200
Hi!
When I am editing HTML templates with accentuated characters, then I got message:
Wide character in print at LedgerSMB/AM.pm line 1301.
Content-Type: text/html; charset=utf-8
and my accentuated character displayed wrong
Are there no conflicts between html page source definitions:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
and
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Are there any solution to get working that template management correctly?
brgds
Janeks