@charset "UTF-8";

/*
 * Declares the encoding for any bundle this file leads.
 *
 * @charset is only honoured as the very first thing in a stylesheet, and a bundle is served as a
 * single concatenated stylesheet — so whichever file is listed first in BundleConfig owns the
 * declaration for the whole bundle. The ~/Content/css bundle gets this for free because
 * bootstrap.min.css ships its own @charset and happens to be first. The DataTables files do not,
 * and their sort arrows (content:"▲" / content:"▼") are UTF-8, so without a declaration they
 * render as mojibake.
 *
 * This previously lived as a hand-edit at the top of dataTables.bootstrap5.min.css, which every
 * NuGet update of the package silently reverted. Keep it here, in a file we own, and keep it
 * first in the bundle.
 */
