On Tue, 20 May 2003 13:39:23 -0400 (CLT) Jorge Arellano Cid <jcid@softhome.net> wrote:
Hi Nikita,
Hello, Jorge !
Now, considering the current development plan, it'd be good to have an interim workaround.
After reviewing the implementation in the patch, I'd prefer not to intermix it with the current (correct but incomplete) way of handling entities.
For instance, defining another entities table that's to be used when the entity is not found in the current one is a good way to separate the workaround code!
I'd like to add to this new table some important numeric character references (UTF-8) that are usually found in web pages these days. Things like:
"—" "’" "“" "”"
This could help our rendering while we get to GTK+2. Please let me know if you want to improve it this way!
Cheers Jorge.-
Jorge, the current way to display entities do not satisfy me because it throws away any entity which code is more than 255. Is there any reason to leave table without representations in place and add a new one _with_ them which differs only in representations field and (possible) bigger number of entities ? In future (GTK2 internals) all representations definition and use could be cut from source code and I don't see any problem or pain with it, corresponding changes will be not so big. IMHO all progress we can do now is entering more entities in table. In any case I interested in further progress in this way. P.S. Entities you mention cannot be translated from UCS2 (encoding used in HTML numeric entities) to UTF-8. Lynx/links do not show that also. Yours, Nikita