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.
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