 |
 |
Hebrew in MySQL Question
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
I have what I think is an interesting challenge:
- I have an overwhelmingly English-language contacts database I've developed in MySQL.
- I do have a need, however, for a single table containing the Hebrew names of those contacts who happen to be Jewish and have either a religious name they use in synagogue or are Israeli.
- So what I've done is create a separate table called "hebrew_names" with three columns: hebrew_name_id, name, person_id.
- I've experimented with collations and character sets related to Hebrew but don't see any effect from that, and if I enter characters using the Hebrew palette of my Mac's international menu, the characters show up in my the MySQL table as question marks only.
- I realize that I could simply enter the names as a string of HTML entities. For example, if I wanted to spell the name Moshe (assuming I'm working in a left-to-right system as opposed to Hebrew's normal right-to-left system), I would enter משה. So far so good.
- The troubles are: I don't necessarily want to use this data in XML/HTML documents, but rather I want it to be interoperable with many different kinds of applications, and I would also like to be able to display/edit these names using a Hebrew font, and edit right-to-left if possible. I don't want to have to view the data as HTML to be able to read it.
Any suggestions? I can use either Navicat or phpMyAdmin for this purpose.
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Jan 2001
Location: Salt Lake City, UT USA
Status:
Offline
|
|
|
|
|
2008 iMac 3.06 Ghz, 2GB Memory, GeForce 8800, 500GB HD, SuperDrive
8gb iPhone on Tmobile
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
Originally Posted by SirCastor
Yes, I did read that section, but it's not written in "English," if you know what I mean. Anyway, all of my character_set_ variables are set to UTF-8. Maybe I should switch them to "hebrew"?
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|