Re: Reviving the Petal Cookbook
Grant McLean <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <1106710232.7282.5.camel@localhost> |
On Tue, 2005-01-25 at 22:15 -0500, Josh Narins wrote: > > Regarding xmllint complaining about html entities like it is > > happy if you use the numeric version:   instead. > > > > You could also use an actual non-breaking space character. > > What is the actual non-breaking space character? > It is the character that occupies position 160 (decimal) in both Latin-1 and Unicode character sets. Depending on your OS and input locale etc you might be able to enter it by holding down Alt and pressing 0160 on the numeric keypad. Some authoring environments (and word processors) let you enter it by typing Ctrl-Space. Regards Grant