The continuous Hann function is
$$ f(x) = \begin{cases}
\frac{1}{2} \left(1 + \cos (\pi x / a) \right) & -a \le x \le a \\
0 & \text{otherwise} \end{cases} $$
where $a > 0$. This can be considered a product of two functions $f(x) = g(x) h(x)$ where $g(x) = \frac{1}{2} (1 + \cos (\pi x / a))$ and $h(x) = \operatorname{rect}(x / 2a)$, with
$$ \operatorname{rect}(x) = \begin{cases}
1 & |x| \le \frac{1}{2} \\
0 & \text{otherwise.} \end{cases} $$
Using a table of transforms for common functions, the Fourier transform of $g(x)$ is a collection of impulses
$$ G(\xi) = \tfrac{1}{2} \left( \delta(\xi) +
\tfrac{1}{2} \left[\delta(\xi-\tfrac{1}{2 a}) +
\delta(\xi+\tfrac{1}{2 a})\right] \right) $$
and the Fourier transform of $h(x)$ is a sinc function
$$ H(\xi) = 2 a \operatorname{sinc}(2 a \xi) $$
where $\operatorname{sinc}(x) = \sin(\pi x) / \pi x$.
Since $\mathcal{F}(g h) = G * H$, and convolution with an impulse train produces a sum of shifted functions, this gives
$$ F(\xi) = a \operatorname{sinc}(2 a \xi)
+ \tfrac{1}{2} a \operatorname{sinc}(2 a \xi - 1)
+ \tfrac{1}{2} a \operatorname{sinc}(2 a \xi + 1) $$
This can be verified using Wolfram Alpha.
Note that they use a different definition of the sinc function.