// Copyright 2026 Mahmoud Harmouch.
//
// Licensed under the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! # Emoji Compatibility
//!
//! Provides cross-platform emoji rendering.
/// Returns `emoji` on non-Windows targets, or a short bracketed text label
/// (e.g. `"[duck]"`) on Windows where the codepoint may not render.
/// Returns the emoji string unchanged on non-Windows platforms.