El Viernes, 7 de Julio de 2006 01:44, Dan Nicholson escribió: > Yeah, it certainly came out correctly. I did the same thing. Hmm. One > day I'm going to figure out exactly how character entry and conversion > works. Too bad Alexander is cut off right now. I'd bet he could > explain this and make me look like a total noob. :-) Question: what > character set are you using in that environment? I've been using > en_US.UTF-8.
That is the issue, you are trying to insert raw UTF-8 codes into files that are declared as ISO-8859-1 encoded ones, thus xsltproc (and non-UTF-8 aware systems/editors) make a bad assumption about what characters must be written. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
