Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I have fields containing non-latin characters (for example, Hebrew) in my database?

0
Posted

Can I have fields containing non-latin characters (for example, Hebrew) in my database?

0

Yes but there is one precaution that you need to take. You must save your database file (the one you created per the instructions in question 403) as a unicode file (UTF-8 with no signature or BOM character) rather than as an ascii file. Many text editors (e.g., Microsoft’s notepad) will warn you when you save the file that it contains non-latin characters and will tell you how to save it as unicode. You cannot do a sounds-like search on a field that contains non-latin characters. If this is something that is important to you, then you’ll have to devise a soundex system on your character set and then customizing the generated search engine to use that soundex system. Of course this requires considerable programming knowledge. If you’d like to see a demonstration of a search application that uses Hebrew characters, click here.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123