add non-ascii data to toy dataset

This commit is contained in:
Brian Wilson
2012-11-28 18:28:40 -05:00
parent 6a24ecebe7
commit 9bfa800208

View File

@@ -1,3 +1,9 @@
<b>Lab 2A: Superposition Experiment</b>
<p>Isn't the toy course great?</p>
<p>Let's add some markup that uses non-ascii characters.
For example, we should be able to write words like encyclop&aelig;dia, or foreign words like fran&ccedil;ais.
Looking beyond latin-1, we should handle math symbols: &pi;r&sup2 &le; &#8734.
And it shouldn't matter if we use entities or numeric codes &mdash; &Omega; &ne; &pi; &equiv; &#937; &#8800; &#960;.
</p>