I
found that, using the recent build of Mobipocket Creator, you need to insert into your .html, in the <head> section, the following line for all those nice HTML entities to be properly represented:
Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Strange that they don't support this as THE default!