Using the first solution in this answer, we get a dot bellow the letter with \d{s} command, but how does this work in bibliography.bib file?
MWE:
\documentclass{scrbook}
\usepackage{fontspec}
\setmainfont{Minion Pro} % No problem with Computer Modern typeface
\makeatletter
\renewcommand{\d}[1]
{\hmode@bgroup
\o@lign{\relax#1\crcr\hidewidth\ltx@sh@ft{-1ex}.\hidewidth}\egroup}
\makeatother
\usepackage[
backend=biber,
]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@misc{A01,
author = {Author{\d{s}}, A.},
year = {2001},
title = {Alpha},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\nocite{*}
\begin{document}
S with dot bellow: \d{s}
\printbibliography
\end{document}
Result of code above:
