Trevor DeVore wrote at 9:05 PM on Monday, September 29, 2003: >I don't know how you are getting the data you are using but I have >created fields with tabs & unicode that display properly in tables. >Doing something like: > >put uniEncode (tNewMovieName & tab & pMoviePath), "UTF16") into tNewLine >set unicodeText of field "Myfield" to tNewLine > >works in most cases. You would have to change the encoding depending >on the language.
I'm using a Unicode font that has 912 characters in a contiguous block of Unicode code points. Any single byte of any 2 byte Unicode code point in that block that equals "09" triggers tabbing in Revolution table fields. (The tab character is "09" in ASCII and "0009" in 2 byte Unicode). Respectfully, Dean A. Snyder Scholarly Technology Specialist Library Digital Programs, Sheridan Libraries Garrett Room, MSE Library, 3400 N. Charles St. Johns Hopkins University Baltimore, Maryland, USA 21218 office: 410 516-6850 mobile: 410 245-7168 fax: 410-516-6229 Manager, Digital Hammurabi Project: www.jhu.edu/digitalhammurabi _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
