i want to know how to work with farsi languagein there projects where they want to input/output farsi text to users
You have two solution for Farsi data entry:1- Using applet for input texts2- Using UTF8 or NUICODE 1256.As you know, each of them has some advantages anddisadvantages.
we convert codes with java script to avoid utf8problems.
May I ask you to explain more?You are converting codes to....? Let me know if thissolutuon is available in the Netscape?
as you know some j2ee containers have problem with 8bit codes.we convert utf8 to 4bit ascii and send it over thenet.thats how we use unicode in all j2ee containersindependent of platform.