[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A.P.P.L.E. Software library submission system online - part two
On Wed, 16 Nov 2005 06:04:33 +0000, Jerry wrote:
> bill.martens@gmail.com wrote:
>> hmmmm....have to look at that one. I will try my english computers
>> this afternoon and see if I get the same issue.
>
> Just for example, file "Softmenu.htm" contains this section:
>
> <tr>
> <td width="780" height="8" colspan="3">
>
> <p style="word-spacing: 0; margin-top: 0; margin-bottom:
> 0"> </p>
>
> <p style="word-spacing: 0; margin-top: 0; margin-bottom:
> 0"> </p>
>
> Those are the odd characters, and since I don't have Japanese character
> fonts installed I see them as a box around this:
>
> 30
> 00
Interesting. Shows what a big difference a proper editor can make. ;-)
I see two things (three really). The two lines can be replaced with
"<p></p>" or better yet "<br>". The " " doesn't need to be there.
It looks like it might be a UTF8 character (16 bit encoding instead of 7
or 8). Bill was saying the editor he was using (which shall remain
nameless) wouldn't let him make changes like that. I use OO.O 1.1.3 and
have no problems substituting hand tweaked code for that generated by the
editor. I'll try updating to OO.O 2.X today and see if the same thing
applies.
Later
Mike