jhhoward / MicroWeb

DOS Web browser for 8088 class machines
GNU General Public License v2.0
436 stars 31 forks source link

Small Unicode fixes #19

Closed alex16397 closed 2 years ago

alex16397 commented 2 years ago

Fixed some unicode symbols ( U+0100 U+0140 ) bug Added special HTML page with all supported unicode symbols for testing.

Before: microweb_before

After: microweb_after

jhhoward commented 2 years ago

Thanks for the fix!