$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] spurious string
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2009-10-01 00:54:09
Hello all,
I'm reading an html file and parsing data from it. I've encountered a
spurious string (researcherââ¬â¢s). Notepad++ shows that string as *researcher's
*.
I'm reading the file using std::fstream class. Is there any way i can read
the string and get the spurious characters replaced using boost string/regex
algorithms ?
Thanks,
Surya