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