splitTamilCharacters is a JavaScript utility function designed to parse and split Tamil words into their orthographic components based on Tamil Unicode standards. It accurately handles vowels, consonants, dependent vowels, pulli marks, and other Tamil-specific orthographic features.
- Supports Tamil orthography rules, ensuring proper splitting of characters.
- Handles:
- Independent vowels (e.g., "அ", "ஆ").
- Consonants combined with dependent vowels (e.g., "க்" + "ஆ" = "கா").