arikdan / as3xls

Automatically exported from code.google.com/p/as3xls
0 stars 0 forks source link

Unicode Support :: Arabic font not recognised #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Excel Sheet with Arabic Headers through URLLoader
2. Save the data in Array Collection
3. Assign Data to Any data control [Data Grid,ADG , Chart]

What is the expected output? What do you see instead?
The arabic font don't display correctly even if the unicode range is 
specified(font is embeded).The Arabic character inserted through 
resourseBundle are displaying correctly.
eg: in stylesheet
@font-face{ 
/*font-family : localfont;*/
/* src: local("Arabic Typesetting"); */
src: url("assets/fonts/ARIAL.TTF");
fontFamily: "Arial"; 
advancedAntiAliasing: true;
unicode-range:
U+00A0-U+00FF,
U+0020-U+003E,
U+0152-U+0178,
U+2002-U+20AC,
U+0192-U+0390,
U+0391-U+03D6,
U+2022-U+2044,
U+2118-U+2135,
U+2190-U+21D4,
U+2200-U+22C5,
U+2308-U+232A,
U+25CA-U+2666,
U+00A1-U+00FF,
U+2000-U+206F,
U+20A0-U+20CF,
U+2100-U+2183,
U+0020-U+007E,/* Punctuation, Numbers U/L-Case A-Z Symbols  */
U+00B2-U+00B9,/* SUPERSCRIPT*/
U+2070-U+2089,/* SUBSCRIPT*/
U+0600-U+06FF,/* Arabic */
U+FB50-U+FDFF,/* Arabic */
U+FE70-U+FEFF;/* Arabic */
}

Please use labels and text to provide additional information.

Original issue reported on code.google.com by vinay...@gmail.com on 1 Jun 2009 at 3:39

Attachments:

GoogleCodeExporter commented 9 years ago
Hi

Did you find solution to write in arabic, i.e. export arabic in excel.

Thanks
Dhruv

Original comment by dh...@dhruvchauhan.com on 17 Oct 2012 at 3:48