Hi , I need to convert tamil fonts like bamini,vanavil and more type of tamil font types used but i need to convert Tamil uni code format. Share the conversion code for .Net web api
Thanks in Advance
Loading
Hi , I need to convert tamil fonts like bamini,vanavil and more type of tamil font types used but i need to convert Tamil uni code format. Share the conversion code for .Net web api
Thanks in Advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sangeetha SPosted Mar 26, 2025, 6:38 AM
Sample code snippet for a .NET Web API that converts various Tamil font types (like Bamini, Vanavil, etc.) to Tamil Unicode format:
Emily FosterPosted Mar 26, 2025, 5:58 AM
Hello! It sounds like you're looking to convert Tamil fonts like Bamini and Vanavil to Tamil Unicode format using .Net web API. To achieve this conversion, you can follow these general steps:
1. Identify the specific mapping or encoding used by each Tamil font (e.g., Bamini, Vanavil) to represent Tamil characters.
2. Create a mapping table or algorithm that translates the characters from the font-specific encoding to Unicode format.
3. Utilize the .Net web API to implement this conversion logic within your application.
Here is a simplified example of how you might approach this conversion in .Net:
Please note that the actual conversion logic will depend on the encoding used by each Tamil font. You may need to create specific conversion rules for different fonts.
I hope this helps you get started with your .Net web API for Tamil font to Tamil Unicode conversion. If you need further assistance or have more specific requirements, feel free to ask!