On 21 apr 2006, at 21.49, Christian Schmitz wrote:

Sven E Olsson <[EMAIL PROTECTED]> wrote:

Google for HTML Entities, and grab an document that shown both entities and decimal value. Write some code in RB that cleanup the document and you have an 'list with entities name and decimal code'. Then you could handle
it in the way you wanted.

My plugin has a big list, but as no list is ever complete, it also
checks to return all unknown characters in the number format.

Gruß
Christian

--
Around eleven thousand functions in one REALbasic plug-in.
The Monkeybread Software Realbasic Plugin v6.1.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>

Hi,
The problem is how you wanted it to works.

Is it: myStr = ConvertToEntities(myStr2) // myStr = ConvertToCharFromEntities(myStr2)
or it is myChar = ConvertFromEntitiesToChar(&name;)

Should you replace all?
You should NOT replace all if you convert an xhtml/html document and use it in the same. (< >) But perhaps you want if you should use the result as text in an e- mail or Text Edit.

Gruß
Sven E


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to