[fpc-pascal] JS: \u00C1 = Á; Pascal: $00C1 = ?

silvioprog silvioprog at gmail.com
Thu Jul 24 05:10:30 CEST 2014


On Wed, Jul 23, 2014 at 10:57 PM, silvioprog <silvioprog at gmail.com> wrote:
[...]

Just a comment...

I found the HTML entities in PHP source code:

HTML basic (6 chars):
https://github.com/php/php-src/blob/master/ext/standard/html_tables/ents_basic.txt
;
HTML 4.01 (253 chars):
https://github.com/php/php-src/blob/master/ext/standard/html_tables/ents_html401.txt
;
 XHTML (253 chars):
https://github.com/php/php-src/blob/master/ext/standard/html_tables/ents_xhtml.txt
;
HTML 5 (2,125 chars):
https://github.com/php/php-src/blob/94e15ff3877f842e5eb5c89e3aeab214fb4a3a33/ext/standard/html_tables/ents_html5.txt
(I'll implement for that).

-- 
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140724/330aa329/attachment.html>


More information about the fpc-pascal mailing list