From: Michael S. <st...@in...> - 2004-01-26 18:21:17
|
On Jan 26, 2004, at 2:30 PM, Pezezin wrote: > I have translated the following documents to Spanish. I think the > translation > is correct. Thanks, files are online. > BTW, I think the web has a big flaw. Character encoding is specified > in the > XML files (<?xml version="1.0" encoding="iso-8859-1"?>), but not in > the HTML > files. This can give a lot of problems with languages like Spanish or > French. Actually it shouldn't make a difference. In XML, we use plain ASCII anyway, and these #&123;-style escape sequences default to ISO-8859-1. Is there a problem anywhere? Michael |