Asbjorn Grandt - 2011-07-21 08:59:07 -
In reply to message 1 from porchn
What are the problems you are experiencing ?
You should be able to use other languages in the books, but the filenames must be in ASCII for now.
Also, remember to use UTF-8 encoding in the XHTML files and specify this in their headers.
For instance, start them with:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...
Cheers
Asbjørn