Skip to content

Add is-ethiopic-syllable-qo-present API utility #8988

Description

@ChaiXinLong-tech

Parent: #33

/bounty $50

Task

Add a small API utility named isEthiopicSyllableQoPresent() that detects whether a string contains the Unicode Ethiopic syllable qo character (U+1246).

Acceptance Criteria

  • Add apps/api/src/utils/is-ethiopic-syllable-qo-present.ts.
  • Export isEthiopicSyllableQoPresent(input: string): boolean.
  • Return true only when the input contains the Ethiopic syllable qo 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