Hi all, <br><br>   In poppler/NameToUnicodeTable.h<br> <br><br>   Both Ohm and Omega are mapping to 0x2126, which is incorrect.<br><br>   Should be<br> <br>   Ohm -> 0x2126<br>   Omega -> 0x03A9<br><br>   Reference:<br>

<a href="http://www.fileformat.info/info/unicode/char/2126/index.htm">http://www.fileformat.info/info/unicode/char/2126/index.htm</a><br><a href="http://www.fileformat.info/info/unicode/char/03a9/index.htm">http://www.fileformat.info/info/unicode/char/03a9/index.htm</a><br>

<br>   I wonder how this file was created, do we need to check other symbols?<br><br><br>   Thanks<br><br>   - Lu<br>   2012.08.09<br>