Hi All,
While trying to extract the contents from a (docx) document, i am facing a challenge in converting the symbols inserted through "Insert Symbol" feature. The document.xml file has the following contents for the symbol α (alpha).
<w:r w:rsidR="00A223B5" w:rsidRPr="00675051"><w:rPr><w:rFonts w:cs="Arial"/><w:szCs w:val="22"/></w:rPr><w:fldChar w:fldCharType="begin"/></w:r><w:r w:rsidR="00231886" w:rsidRPr="00675051"><w:rPr><w:rFonts w:cs="Arial"/><w:szCs w:val="22"/></w:rPr><w:instrText>symbol 97 \f "Symbol" \s 11</w:instrText></w:r><w:r w:rsidR="00A223B5" w:rsidRPr="00675051"><w:rPr><w:rFonts w:cs="Arial"/><w:szCs w:val="22"/></w:rPr><w:fldChar w:fldCharType="end"/></w:r>
Please help me to convert this data to a string value. In this case, "α" (alpha).
Thanks in advance.
Regards,
Keerthi. G