That's a fair amount of magic constants in there. The ones in is_indic() are probably Script_Devanagari and Script_Malayalam_Numeric, I didn't look at the other two.
You are correct about the ones in is_indic, I can replace those with the Script_XX values.
the other two meaning the WCHARs we are looking for? They are unicode points. In that regard they are explanatory as they are.
Or i can add extra defines for them
-aric
On 11/15/11 10:03 AM, Henri Verbeet wrote:
That's a fair amount of magic constants in there. The ones in is_indic() are probably Script_Devanagari and Script_Malayalam_Numeric, I didn't look at the other two.