Skip to content

Add is-ethiopic-syllable-qwa-present API utility #8989

Description

@ChaiXinLong-tech

Parent: #33

/bounty $50

Task

Add a small API utility named isEthiopicSyllableQwaPresent() that detects whether a string contains the Unicode Ethiopic syllable qwa character (U+1248).

Acceptance Criteria

  • Add apps/api/src/utils/is-ethiopic-syllable-qwa-present.ts.
  • Export isEthiopicSyllableQwaPresent(input: string): boolean.
  • Return true only when the input contains the Ethiopic syllable qwa character.
  • Keep the helper dependency-free and covered by the batch TypeScript smoke tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions