Well, this also didn't come out right. So here's the difference in hex:

What I put in is a period (2e) followed by an alternating combination of 
solidus (cc b8), solidus, and ogonek (cc a8):

2e
cc b8 cc b8 cc a8 cc b8 cc b8 cc a8 cc b8 cc b8 cc b8 cc a8 cc b8 cc b8 cc 
a8 cc b8 cc b8 cc a8 cc b8 cc a8 cc b8 cc b8 cc a8 cc b8 cc b8 cc a8 cc b8 
cc a8 cc b8 cc b8 cc a8 cc b8 cc b8 cc a8 cc b8 cc a8 cc b8 cc b8 
2e
cc a8 cc b8 cc b8 cc a8

What gets stored in the DB is the period followed by all the soliduses (cc 
b8), then all the ogoneks (cc a8):

2e
cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc 
b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8 cc b8
cc a8 cc a8 cc a8 cc a8 cc a8 cc a8 cc a8 cc a8 cc a8 cc a8 cc a8 cc a8
2e
cc b8 cc b8 cc a8 cc a8

I wonder if it happens due to MySQL or PHP being buggy, and whether we can 
fix it in Habari.

-Matt

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev

Reply via email to