What is utf-8?

I have read the wiki on locale naming.
http://wiki.archlinux.org/index.php/Locale_Naming
I would like to change my locale in rc.conf from en-US to the locale for my country.  But I see two options -- en-CA and en-CA.UTF-8
What is UTF-8?  Are there any advantages of UTF-8?
Rob

Use The Force..
ummm... 8
http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
and.. more than you ever wanted to know about utf-8
http://www.ietf.org/rfc/rfc3629.txt
rfc! bling bling

Similar Messages

  • Convertion to UTF-8

    Hello everybody,
    Recently I'm making some i18n for supported by me API. I was surprised that convertion to UTF-8 makes sometimes result buffer which contains more characters than I need (after termination 0 ther is meaningless chars). May be I'm wrong (pls tell me if i am so to not ask stupid questions ;)
    Anyway I've tried to make simple cut of byte[] buffer to first occurence of 0 in it and back transformation have worked fine.
    Is there simple fix for this issue?
    10x in advance

    10x for answers!
    First I woukd like to note that I'm happen to know what is UTF-8 encoding (especially that 1 character is possible to take more than 1 byte).
    Next - I've solved my problem. It appeared that sometimes in String for convertion appeared '\0' character and it went in output. I thought that converted string finishes to '\0' charcter and bytes after are not needed.
    Anyway now I have another problem.
    If I try to convert to upper case this string (these are hex char codes)
    0xC3 0X8D 0X77 0X2E 0X96 0X99 0X20 0XE6 0X86 0X70 0X6B 0X46 0X79 0X4B 0X54 0XF8 0X4B 0X9E 0X3C 0X2A 0X53 0X55 0XA8 0X47 0X85 0X8F 0XC3 0X67 0XFC 0XDF
    result is String with 1 character more! Is this correct?

  • Cannot open the message catalog "man" for locale "es_ES.UTF-8"

    Hi,
    When using the command line and I type a command (for example "man ls") I get the following message:
    Cannot open the message catalog "man" for locale "es_ES.UTF-8"
    (NLSPATH="<none>")
    Then I get man pages in English instead of my language.
    Could you please help?
    Many thanks!

    I post this just in case someone has the same problem. Finally I was digging into /usr/sare/man and I found that apple just includes translations in man for English, French, Italian, Russian and Polish as you can see in the following listing of files:
    fr it.UTF-8 man5 mann ru.UTF-8
    fr.ISO8859-1 man1 man6 pl whatis
    fr.UTF-8 man2 man7 pl.ISO8859-2
    it man3 man8 pl.UTF-8
    it.ISO8859-1 man4 man9 ru.KOI8-R
    I don't know if it is possible to download the spanish translation from somewhere. If someone knows please let me know.
    Hope this helps to someone in the future.
    Cheers

  • Unicode Check Active

    Hi All,
             I want to know about "Unicode Check Active" in ABAP Editor Program Attributes.I don't know anything about this.I want to know
    What is Unicode Check Active.
    How to Activate this Check Box.
    what is meant by Code Pages.
    What is UTF-8 UTF-16 & UTF-32.
    What is the Use of It.
    In ABAP Code the Unicode Check Doesn't Support the some syntax like Open Data set and Describe Lines like that what are all the syntax in ABAP it doesn't support.
    Can anybody give me the clear idea about this.So, it will be very helpful to me.This is very urgent.Surely i will reward more points.
    Thanks,
    Swapna.

    Hi,
    Unicode Check is one of the latest enhancement in SAP which has been done so as to provide SAP product in almost all the language that is spoken in the world.
    A program as to be made Unicode check Active in its attribute so that it can be used in Unicode enabled SAP system.
    what is unicode?
    From Release 6.10, ABAP supports multi-byte coding for characters in Unicode. Prior to Release 6.10, ABAP used only character sets that were based on single-byte codes – such as ASCII and EBCDIC – or double-byte codes, such as SJIS and BIG5.
    what is unicode enabled program?
    A Unicode-enabled ABAP program is a program in which all Unicode checks are effective. Such a program returns the same results in a non-Unicode system as in a Unicode system .In order to perform the relevant syntax checks, you must activate the Unicode flag in the screens of the program and class attributes.
    Type of errors in unocode check.
    This switch to Unicode affects all statements where an explicit or implicit assumption is made about the internal length of a character. If you use these statements in a program that is designed to exploit the Unicode capabilities of the runtime environment, they must be checked and changed if necessary. Once a Unicode-enabled program has been changed accordingly, it behaves in the same way in both Unicode and non-Unicode systems. You can develop programs in a non-Unicode system (NUS) and then import them into a Unicode system
    UNICODE CHECK ACTIVE:
    You need to use the transaction UCCHECK.
    The report documentation is here
    ABAP Unicode Scan Tool UCCHECK
    You can use transaction UCCHECK to examine a Unicode program set for syntax errors without having to set the program attribute "Unicode checks active" for every individual program. From the list of Unicode syntax errors, you can go directly to the affected programs and remove the errors. It is also possible to automatically create transport requests and set the Unicode program attribute for a program set.
    Some application-specific checks, which draw your attention to program points that are not Unicode-compatible, are also integrated.
    Selection of Objects:
    The program objects can be selected according to object name, object type, author (TADIR), package, and original system. For the Unicode syntax check, only object types for which an independent syntax check can be carried out are appropriate. The following object types are possibilities:
    PROG Report
    CLAS Class
    FUGR Function groups
    FUGX Function group (with customer include, customer area)
    FUGS Function group (with customer include, SAP area)
    LDBA Logical Database
    CNTX Context
    TYPE Type pool
    INTF Interface
    Only Examine Programs with Non-Activated Unicode Flag
    By default, the system only displays program objects that have not yet set the Unicode attribute. If you want to use UCCHECK to process program objects that have already set the attribute, you can deactivate this option.
    Only Objects with TADIR Entry
    By default, the system only displays program objects with a TADIR entry. If you want to examine programs that don't have a TADIR entry, for example locally generated programs without a package, you can deactivate this option.
    Exclude Packages $*
    By default, the system does not display program objects that are in a local, non-transportable package. If you want to examine programs that are in such a package, you can deactivate this option.
    Display Modified SAP Programs Also
    By default, SAP programs are not checked in customer systems. If you also want to check SAP programs that were modified in a customer system (see transaction SE95), you can activate this option.
    Maximum Number of Programs:
    To avoid timeouts or unexpectedly long waiting times, the maximum number of program objects is preset to 50. If you want to examine more objects, you must increase the maximum number or run a SAMT scan (general program set processing). The latter also has the advantage that the data is stored persistently. Proceed as follows:
    Call transaction SAMT
    Create task with program RSUNISCAN_FINAL, subroutine SAMT_SEARCH
    For further information refer to documentation for transaction SAMT.
    Displaying Points that Cannot Be Analyzed Statically
    If you choose this option, you get an overview of the program points, where a static check for Unicode syntax errors is not possible. This can be the case if, for example, parameters or field symbols are not typed or you are accessing a field or structure with variable length/offset. At these points the system only tests at runtime whether the code is sufficient for the stricter Unicode tests. If possible, you should assign types to the variables used, otherwise you must check runtime behavior after the Unicode attribute has been set.
    To be able to differentiate between your own and foreign code (for example when using standard includes or generated includes), there is a selection option for the includes to be displayed. By default, the system excludes the standard includes of the view maintenance LSVIM* from the display, because they cause a large number of messages that are not relevant for the Unicode conversion. It is recommended that you also exclude the generated function group-specific includes of the view maintenance (usually L<function group name>F00 and L<function group name>I00) from the display.
    Similarly to the process in the extended syntax check, you can hide the warning using the pseudo comment ("#EC *).
    Applikation-Specific Checks
    These checks indicate program points that represent a public interface but are not Unicode-compatible. Under Unicode, the corresponding interfaces change according to the referenced documentation and must be adapted appropriately.
    View Maintenance
    Parts of the view maintenance generated in older releases are not Unicode-compatible. The relevant parts can be regenerated with a service report.
    UPLOAD/DOWNLOAD
    The function modules UPLOAD, DOWNLOAD or WS_UPLOAD and WS_DOWNLOAD are obsolete and cannot run under Unicode. Refer to the documentation for these modules to find out which routines serve as replacements.
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • What is the story with Java and UTF-8

    Im getting bits of info about java and utf-8, things like
    "unless you wrap the FileInputStream, you'll get exceptions with UTF-8 encoding"
    So can someone tell where there is a good resource for detailing problems / advice when dealing with utf-8 encoded data???
    or
    Give me the low down and what the dodge actually is?
    Sorry for my poor English - im a scally
    Many thanks

    1) you've chosen SAX probably because it sticks well to your business requirements (i hope ;-), so keep it!
    2) i am using both James Clark's XP and Xerces as my SAX parsers (XP for big volumes because it offers better performances): i am processing only UTF-8 encoded files with no problems,
    3) sure, if you hit some troubles post again and a lot of pair of eyes will look into it!

  • How we represent largest code point in UTF-8 and UTF-16 whats the differenc

    how we represent largest code point in UTF-8 and UTF-16 whats the differenc
    points will be awarded

    There are standards from for CHARACTER encoding.
    See below for a brief description:
    UTF-16 (16-bit Unicode Transformation Format) is a variable-length character encoding for Unicode, capable of encoding the entire Unicode repertoire. The encoding form maps code points (characters) into a sequence of 16-bit words, called code units. For characters in the Basic Multilingual Plane (BMP) the resulting encoding is a single 16-bit word. For characters in the other planes, the encoding will result in a pair of 16-bit words, together called a surrogate pair. All possible code points from U0000 through U10FFFF, except for the surrogate code points UD800–UDFFF, are uniquely mapped by UTF-16 regardless of the code point's current or future character assignment or use.
    UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is able to represent any universal character in the Unicode standard, yet the initial encoding of byte codes and character assignments for UTF-8 is consistent with ASCII (requiring little or no change for software that handles ASCII but preserves other values). For these reasons, it is steadily becoming the preferred encoding for e-mail, web pages, and other places where characters are stored or streamed.
    Check this site for details.
    http://unicode.org/.

  • What encoding is  the wide character,UCS2, UTF-8, other?

    (please view using simplified chinese encode )
    environment sets:
    LC_CTYPE=zh_CN.GB18030 LC_ALL=zh_CN.GB18030
    my C program code:
    wchar_t *pwc = L"��";
    main()
    printf("\n [%x]", *pwc);
    run it, the printing result: [2bc7]
    I expect to get the UCS2 code value 0x6c49 of ����"(the character in GB2312 standar) ,but the result is wrong.
    my questions:
    1. What is the wide character that had be got by adding 'L' before locale character ������. Is it UCS2 , UTF-8, other code?
    2. How to getting the UCS2 code of the locale character '��' by adding "L"?

    I see your issue. I tried to reproduce this issue using sqlplus.
    Setup NLS_LANG as you mentioned using WE8ISO8859P1 and connect to a UTF8 db.
    [oracle@server ~]$ locale -a | grep en_US
    en_US
    en_US.iso88591
    en_US.iso885915
    en_US.utf8
    [oracle@server ~]$ export LC_ALL=en_US.iso88591
    [oracle@server ~]$ locale
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.iso88591"
    LC_NUMERIC="en_US.iso88591"
    LC_TIME="en_US.iso88591"
    LC_MEASUREMENT="en_US.iso88591"
    LC_IDENTIFICATION="en_US.iso88591"
    LC_ALL=en_US.iso88591
    [oracle@server ~]$ echo $NLS_LANG
    AMERICAN_AMERICA.WE8ISO8859P1
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    AL32UTF8
    SQL> select nchr(223) from dual;
    NCHR
    ß
    SQL> select chr(223) from dual;
    ERROR:
    ORA-29275: partial multibyte character
    SQL> SELECT CHR (223 USING NCHAR_CS) from dual;
    C
    ß
    SQL>  select  CONVERT('ß', 'WE8ISO8859P1','UTF8') FROM DUAL;
    CO
    SQL> select  CONVERT(CHR(223 USING NCHAR_CS), 'WE8ISO8859P1','UTF8') FROM DUAL;
    select  CONVERT(CHR (223 USING NCHAR_CS), 'WE8ISO8859P1','UTF8') FROM DUAL
    ERROR at line 1:
    ORA-12703: this character set conversion is not supportedI found that beta is in WE8ISO8859P1 character set
    here[url http://docs.oracle.com/cd/E11882_01/server.112/e10729/ch2charset.htm#NLSPG164]What Characters Does a Character Set Support?
    But I don't really understand whats the problem in the conversion.

  • What is the best way to import an ANSI as UTF-8 Text file using the import wizard

    I'm using SQL Server 2008 and am trying to import a flat txt file that is ANSI as UTF-8 and keep getting error after error on different fields.  I'm wondering if there is a series of settings that will give me the best chance of importing this
    file.  I've inserted a a sample that you can look at.
    The row delimiters are SOH and CR LF
    Column delimiters are Pipe
    This is one record
    01|KSB|266916|5/1/2008 0:00:00|9.69|03|OUT|KSB|3|13429|5/1/2008 0:00:00|9.69|5/1/2008 0:00:00|14.56|C|January 28, 200810:47 am Called MARCI from EHRLICH, JERRY S M.D. marci will callme back if she needs any boostrix. She was very busy.Copied: 01/28/08
    10.80Copied: 02/28/08 12.53Copied: 03/05/08 10.67  Completion memo:PREBOOKED FLU ALREADY WITH ANOTHER SUPPLIER. NO NEED FOR ANYTHING TODAY.Copied: 04/04/08  9.44  Completion memo:placed order 4/1/08Copied:
    05/01/08 14.56  Completion memo:call marci tomorrow|N|N|||||||||N|0
    Anytime you see 01| it's the next record
    01|KSB|266923|5/1/2008 0:00:00|9.70|03|OUT|KSB|3|6784|5/1/2008 0:00:00|9.70|5/1/2008 0:00:00|12.74|C|July 25, 200704:29 pm Called MARK from INFECTIOUS DISEASE spokt to mark nn. thought he prebooked with us. No order but I sent him FFCopied: 07/25/07
    16.50Copied: 10/25/07 15.58Copied: 11/19/07 15.57Copied: 12/04/07 16.08Copied: 01/04/08  9.48Copied: 01/30/08 15.23Copied: 02/25/08 16.53Copied: 03/11/08 10.98Copied: 04/04/08  9.45 
    Completion memo:placed order 4/1/04Completed: 05/01/08 12.74  Completion memo:placed order today for meds|N|N|||||||||N|0
    01|KSB|266935|4/4/2008 0:00:00|9.75|03|OUT|KSB|3|77377|4/4/2008 0:00:00|9.75|4/4/2008 0:00:00|9.60|C|(History Copy)FDA NEWS FLASH from Seacoast MedicalFeds Prescribe "new recipe" for Flu Shot
    Copied: 03/05/08 11.20Copied: 04/04/08  9.50  Completion memo:flu rep called todayCompleted: 04/04/08  9.60  |N|N|||||||||N|0
    01|KSB|267768|5/30/2008 0:00:00|15.01|03|OUT|KSB|3|6401|5/30/2008 0:00:00|15.01|5/30/2008 0:00:00|10.24|C|July 23, 200710:40 am Called LIZ from MAIN STREET FAMILY HEALTH spoke with Liz and she said to fax her ff menactra and adacel pricingCopied:
    09/27/07 14.88Copied: 11/06/07 11.23  Completion memo:left msg for Liz to call me if she needs anything today.Copied: 11/27/07 10.75  Completion memo:No need for anything today.Copied: 01/28/08 15.30  Completion
    memo:LEFT MSG FOR LIZ TO CALL ME IF SHE NEEDS ANYTHIN TODAY.Copied: 02/29/08 12.66Copied: 04/07/08 14.76  Completion memo:spoke to liz says she orders from mckesson but I can fax her pricing.Copied: 05/30/08 10.24 
    |N|N|||||||||N|0
    01|KSB|267880|5/7/2008 0:00:00|15.93|03|OUT|KSB|3|13649|5/7/2008 0:00:00|15.93|5/12/2008 0:00:00|12.73|C|July 11, 200704:17 pm Called INGA from ASSOCIATES IN FAMILY PHYSICIAN left msg on vm about Mnactra and AdacelCopied: 07/11/07 16.30Copied:
    08/06/07 14.89Copied: 10/25/07 14.37Copied: 11/27/07 16.37  Completion memo:left msg for denise to call me if she needs anything today.Copied: 01/04/08 11.47  Completion memo:left msg for Denise to call me if she needs
    anything today.Copied: 02/05/08 11.66  Completion memo:LEFT MSG FOR D HUNT ABOUT FLU AND OTHER MEDS.Copied: 03/10/08 11.33Copied: 04/07/08 15.68  Completion memo:lef msg on vm to see if she needs anything. faxing her 
    pricingCopied: 05/12/08 12.73  Completion memo:LEFT MSG FOR DEBBIE TO CALL ME IF SHE NEEDS ANYTHING TODAY.|N|N|||||||||N|0
    01|KSB|267942|5/7/2008 0:00:00|16.41|03|OUT|KSB|3|16945|5/7/2008 0:00:00|16.41|5/7/2008 0:00:00|14.81|C|January 8, 200811:10 am Called MARY from INTERNAL MEDICINE PHYSICIANSCopied: 01/09/08 12.44Copied: 03/31/08 10.84  Completion memo:Sent
    email that nail clippers are in.Copied: 04/07/08 16.16  Completion memo:PLACED 3 ORDERS ON 4/7/08Copied: 05/07/08 14.81  Completion memo:ORDER PLACED 5/1/08|N|N|||||||||N|0
    01|KSB|267949|4/21/2008 0:00:00|16.44|02|OUT|KSB|3|11700|4/21/2008 0:00:00|16.44|4/22/2008 0:00:00|9.79|C|March 4, 200802:35 pm Called DEBBIE/Gail from BURKERT,THOMAS S. ,MD SPOKE TO DEBBIE AND SHE SAID TO FAX HER PREBOOK FORMCopied: 03/04/08 14.60Copied:
    04/07/08 16.19Completed: 04/22/08  9.79  Completion memo:PREBOOKED FLU ON 4/8/08|N|N|||||||||N|0
    01|KSB|269137|5/9/2008 0:00:00|15.29|03|OUT|KSB|3|16489|5/9/2008 0:00:00|15.29|5/13/2008 0:00:00|10.51|C|July 17, 200709:47 am Called MICHAEL from MEDICAL ASSOCIATES DANBURY HOSCopied: 10/26/07 14.64Copied: 11/28/07 15.16  Completion memo:LEFT
    MSG FOR MICHAEL TO CALL ME IF SHE NEEDS ANYTHING.Copied: 0101|KSB|270740|4/14/2008 0:00:00|16.42|03|OUT|KSB|3|2224|4/11/2008 0:00:00|16.42|4/14/2008 0:00:00|14.07|C|April 11, 200804:10 pm Called BECKI from AHC - WOMEN'S HEALTH CARE BECKI IS OFF TODAY.
    CAAL BACK 4/14/08Copied: 04/14/08 14.07  Completion memo:ORDER PLACED 4/9/08|N|N|||||||||N|0
    anything today|N|N|||||||||N|0
    01|KSB|270816|5/14/2008 0:00:00|9.26|03|OUT|KSB|3|12320|5/14/2008 0:00:00|9.26|5/14/2008 0:00:00|10.78|C|August 7, 200710:35 am Called DR. from ALIG, HOWARD M., MD INC SPOKE WITH KATHY FOR A 3RD TIME. SAYS SHE  OPEN THE BOX AND WAS MISSING ONE VIAL OF
    DEPO-TESTOSTERONE. BOB AND DIANE CHECK IT OUT AND ALL DEPO QUANTATIES SENT OUT THAT DAY ALL MATCHED UP, AND THEY SHOULD OF GOT 3 VIALS. KATHY SAID SHE WOULDNT LIE AND COULDN'T USE THEM FOR HERSELF. TOLD HER I DO CFA AS PER DCF. SHE SAID OK.Copied:
    08/07/07 10.66Copied: 10/26/07  9.79  Completion memo:left msg for kathy to call me if she needs anythingCopied: 11/27/07 10.38 LEFT MSG TO SEE IF SHE NEEDS ANYTHING.Copied: 01/10/08  8.76 TOLD KATHY TO CALL ME IF
    SHE NEEDS ANYTHING TODAY.Copied: 03/10/08 15.69  Completion memo:SPOKE WITH RECPT AND SAID TO FAX HER UPDATED PRICING.Copied: 04/14/08  9.01  Completion memo:spoke with kathy's recpt and she said to fax over pricing.Copied:
    05/14/08 10.78  Completion memo:KATHY NOT IN. CALL BACK TOMORROW|N|N|||||||||N|0
    01|KSB|270822|5/14/2008 0:00:00|9.27|03|OUT|KSB|3|2213|5/14/2008 0:00:00|9.27|5/14/2008 0:00:00|11.49|C|March 6, 200809:52 am Called KELLY from MICHELS, DALE E MD CALL KELL TOMORROW AT 402 488-7400Copied: 03/06/08  9.88Copied: 03/10/08
    15.70Copied: 04/14/08  9.02  Completion memo:placed order 3/26/08Copied: 05/14/08 11.49  Completion memo:placed order 5/14/08|N|N|||||||||N|0
    01|KSB|270830|4/14/2008 0:00:00|9.30|03|OUT|KSB|3|6250|4/14/2008 0:00:00|9.30|4/14/2008 0:00:00|10.75|C|September 19, 200709:54 am Called TINY from WANG, SHIUSH C.  MD SPOKE TO TINY. NO NEED FOR ANYTHING TODAYCopied: 09/19/07  9.91Copied:
    11/05/07  9.65 NO NEED FOR ANYTHING TODAYCopied: 11/05/07  9.66Copied: 12/12/07 15.58Copied: 01/04/08 14.12Copied: 01/14/08 14.76  Completion memo:SPOKE TO TINY. NO NEED FOR ANYTHING TODAY.Copied:
    02/20/08 11.18  Completion memo:LEFT MSG FOR TINY TO CALL ME IF SHE NEEDS ANYTHING.Copied: 03/27/08 10.19  Completion memo:PLACED ORDER 3/12/08Copied: 04/14/08  9.05  Completion memo:placed order 3/28/08Copied:
    04/14/08 10.75  |N|N|||||||||N|0
    01|KSB|270839|5/5/2008 0:00:00|9.39|03|OUT|KSB|3|6987|4/24/2008 0:00:00|9.39|5/5/2008 0:00:00|9.59|C|October 10, 200708:55 am Called Karen from FAMILY MEDICINE OF GREENHILL SPOKE TO LYNETTE AND SHE SAID FAX HER THE PREBOOK FORM FOR FLUVIRIN.Copied:
    10/10/07  8.94Copied: 11/09/07 11.37Copied: 12/18/07 14.89Copied: 01/18/08 10.45 SPOKE TO LYNETTE. NO NEED FOR ANYTHING TODAYCopied: 02/22/08 11.17Copied: 03/28/08 10.32  Completion memo:CALL BACK 4/12/08Copied:
    04/14/08  9.14  Completion memo:spoke with rep 4/3/08Copied: 05/05/08  9.59  |N|N|||||||||N|0
    01|KSB|270841|4/23/2008 0:00:00|9.40|03|OUT|KSB|3|2224|4/23/2008 0:00:00|9.40|4/23/2008 0:00:00|11.26|C|September 14, 200702:18 pm Called BECKI from AHC - WOMEN'S HEALTH CARE Spoke to Sue. No need for anything todayCopied: 09/14/07 14.31Copied:
    11/05/07 10.59Copied: 11/05/07 11.23Copied: 12/12/07 15.82Copied: 01/11/08 16.24  Completion memo:CALL BACK 1/14/08Copied: 01/14/08 15.27  Completion memo:left msg for Sue to call me if she needs anythingCopied:
    02/20/08 14.43  Completion memo:spoke to becky. no need for anythingCopied: 03/27/08 11.89Copied: 03/31/08 01|KSB|270876|5/14/2008 0:00:00|9.87|03|OUT|KSB|3|81523|5/14/2008 0:00:00|9.87|5/14/2008 0:00:00|11.74|C|March 26, 200802:26
    pm Called Kathy from FRONTIER HEALTHCARE RECPT GAVE CATHY THE MSG YESTRDAY ABOUT THE CORRECT EMAIL ADDRESS(dcf). SHE IS WITH A PATIENT AND WILL CALL BACK.Copied: 03/26/08 14.46Copied: 04/14/08  9.62  Completion memo:placed order
    4/08/0/8Copied: 05/14/08 11.74  Completion memo:PLACED ORDER 5/6/08|N|N|||||||||N|0
    memo:PLACED ORDER 4/21/08|N|N|||||||||N|0
    01|KSB|270887|5/5/2008 0:00:00|9.89|03|OUT|KSB|3|6526|5/5/2008 0:00:00|9.89|5/6/2008 0:00:00|10.46|C|July 13, 200709:49 am Called ANU from SIRIKONDA, PURNACHANER  MD ANU ON VACY UNTIL 7/26. FAXED JUY/AUG SPECIALCopied: 07/13/07  9.82Copied:
    08/07/07 14.84  Completion memo:SPOKE TO ANU AND SHE SAID SEND HER INFO ON FLU AND OTHER VACCINESCopied: 10/29/07 11.08  Completion memo:No need for anything today.Copied: 12/04/07 10.69  Completion memo:CALL BACK
    AFTER 3PCopied: 12/12/07 14.34  Completion memo:ANU SAID NO NEED FOR ANYTHING TODAY.Copied: 01/11/08 15.78  Completion memo:NO NEED. SEND PRICING ON MED SUPPLIESCopied: 01/14/08 15.20Copied: 02/21/08 
    9.45Copied: 03/26/08 14.52 CALL BACK NEXT MONTHCopied: 04/14/08  9.64  Completion memo:placed order 4/4/08Copied: 05/06/08 10.46  |N|N|||||||||N|0
    01|KSB|270912|4/14/2008 0:00:00|10.27|03|OUT|KSB|3|2229|4/14/2008 0:00:00|10.27|4/14/2008 0:00:00|10.03|C|October 12, 200711:25 am Called BETTY from HEALTH CARE PROFESSIONALS they will call back if they need any flu vaccineCopied: 10/12/07 11.42Copied:
    11/12/07  9.37  Completion memo:Spoke to Betty. No need for anything today.Copied: 12/04/07 16.10Copied: 01/04/08 14.22Copied: 02/14/08 11.28Copied: 03/24/08 10.00  Completion memo:placed ordered 3/14/08Copied:
    04/14/08 10.02  Completion memo:betty said no need today. Fax scaleCopied: 04/14/08 10.03  Completion memo:placed order for scale|N|N|||||||||N|0
    01|KSB|270914|5/14/2008 0:00:00|10.28|03|OUT|KSB|3|2229|5/14/2008 0:00:00|10.28|5/14/2008 0:00:00|11.80|C|October 12, 200711:25 am Called BETTY from HEALTH CARE PROFESSIONALS they will call back if they need any flu vaccineCopied: 10/12/07 11.42Copied:
    11/12/07  9.37  Completion memo:Spoke to Betty. No need for anything today.Copied: 12/04/07 16.10Copied: 01/04/08 14.22Copied: 02/14/08 11.28Copied: 03/24/08 10.00  Completion memo:placed ordered 3/14/08Copied:
    04/14/08 10.02  Completion memo:betty said no need today. Fax scaleCopied: 04/14/08 10.03  Completion memo:placed order for scaleCopied: 05/14/08 11.80  Completion memo:PLACED ORDER 5/08/0/8|N|N|||||||||N|0
    01|KSB|270944|4/14/2008 0:00:00|10.59|03|OUT|KSB|3|1387|4/14/2008 0:00:00|10.59|4/14/2008 0:00:00|10.45|C|December 3, 200710:54 am Called PAT from NEBRASKA SPINE CENTER LLP SPOKE TO PAT. NO NEED FOR ANYTHING TODAY.Copied: 12/03/07 10.90Copied:
    01/04/08 13.74Copied: 01/17/08 10.68Copied: 02/13/08 10.86Copied: 03/14/08 10.69  Completion memo:SPOKE WITHE BRENDA 3/5/08Copied: 04/14/08 10.34  Completion memo:LEFT MSG FOR PAT TO CALL ME IF SHE NEEDS ANYTHING.
    FAXED SCALE INFO.Copied: 04/14/08 10.45  Completion memo:spoke to Pat no need today. Fax her scale pricing.|N|N|||||||||N|0
    01|KSB|270960|5/14/2008 0:00:00|10.71|03|OUT|KSB|3|1387|5/14/2008 0:00:00|10.71|5/14/2008 0:00:00|11.81|C|December 3, 200710:54 am Called PAT from NEBRASKA SPINE CENTER LLP SPOKE TO PAT. NO NEED FOR ANYTHING TODAY.Copied: 12/03/07 10.90Copied:
    01/04/08 13.74Copied: 01/17/08 10.68Copied: 02/13/08 10.86Copied: 03/14/08 10.69  Completion memo:SPOKE WITHE BRENDA 3/5/08Copied: 04/14/08 10.34  Completion memo:LEFT MSG FOR PAT TO CALL ME IF SHE NEEDS ANYTHING.
    FAXED SCALE INFO.Copied: 04/14/08 10.45  Completion memo:spoke to Pat no need today. Fax her scale pricing.Copied: 05/14/08 11.81  Completion memo:PLACED ORDER 5/9/08|N|N|||||||||N|0
    01|KSB|271011|5/14/2008 0:00:00|10.98|03|OUT|KSB|3|12692|5/14/2008 0:00:00|10.98|5/14/2008 0:00:00|9.74|C|September 19, 200709:43 am Called JANET from FAMILY PRACTICE G01|KSB|271065|5/14/2008 0:00:00|11.33|03|OUT|KSB|3|82059|5/14/2008 0:00:00|11.33|5/14/2008
    0:00:00|12.00|C|December 4, 200702:29 pm Called Karen from HENRIETTA JOHNSON MEDICAL CTR LEFT MSG FOR KAREN TO CALL ME IF SHE NEEDS ANYTHING.Copied: 12/04/07 14.49Copied: 01/04/08 14.20Copied: 01/11/08 15.60  Completion memo:number
    is disconnectedCopied: 03/13/08 11.68  Completion memo:placed orderCopied: 04/14/08 11.08  Completion memo:faxed over pricing on scale and April special.Copied: 05/14/08 12.00  Completion memo:FLU REP CALLED
    5/14/08|N|N|||||||||N|0
    mo:PLACED ORDER 3/12/08Copied: 04/14/08  9.05  Completion memo:placed order 3/28/08Copied: 04/14/08 10.75 placed order 4/08/08Copied: 05/08/08  9.47  Completion memo:PLACED ORDER 5/2/08|N|N|||||||||N|0
    01|KSB|271245|5/14/2008 0:00:00|14.27|03|OUT|KSB|3|82241|5/14/2008 0:00:00|14.27|5/14/2008 0:00:00|16.15|C|December 5, 200708:49 am Called TERESA from COVENANT CLINIC MEDICAL ASSOC CALL BACK 12/7Copied: 12/05/07  8.82Copied: 01/18/08 
    9.19  Completion memo:LEFT MSG FOR TERESA TO CALL ME IF SHE NEEDS ANYTHING TODA7Y.Copied: 02/04/08 15.79 CB 2/5/08Copied: 02/28/08 14.28  Completion memo:SPOKE WITH MARC AND HE IS FAXING OVER DEA LICENSESCopied:
    03/11/08  8.83  Completion memo:PLACING ORDER ONLINE.Copied: 04/14/08 14.02  Completion memo:NO NEED FOR ANYTHING RIGHT NOW.Copied: 05/14/08 16.15  Completion memo:Spoke with Marcus Sowinski, who took over Marc
    Simpsons place. Said he will go on the website and check our pricing. I will call hin in 2 weeks to see if he needs anything, or if he needs help.|N|N|||||||||N|0
    01|KSB|271293|4/18/2008 0:00:00|14.71|03|OUT|KSB|3|11658|4/18/2008 0:00:00|14.71|4/21/2008 0:00:00|9.73|C|September 14, 200710:32 am Called CECILIA from MEDHEALTH-SGP LEFT MSG FOR CECILIA TO CALL ME IF SHE NEEDS ANYTHING.Copied: 09/14/07 10.54Copied:
    11/02/07 11.28Copied: 12/03/07 15.09  Completion memo:LEFT MSG FOR CECILIA TO CALL ME IF SHE NEEDS ANYTHING.Copied: 01/04/08 10.75Copied: 01/30/08 15.29Copied: 03/03/08 13.83  Completion memo:Sent email to
    see if they need anything.Copied: 03/28/08 14.28  Completion memo:emailed formulariesCopied: 04/14/08 14.46Copied: 04/21/08  9.73  Completion memo:left msg for Cecilia to call me if she needs anything today.|N|N|||||||||N|0
    01|KSB|271352|5/14/2008 0:00:00|15.55|03|OUT|KSB|3|11520|5/14/2008 0:00:00|15.55|5/15/2008 0:00:00|10.29|C|October 18, 200709:35 am Called Amy from ATRIUM OB/GYN LEFT MSG FOR AMY TO SEE IF THEY NEED ANYMORE FLU VACCINE.Copied: 10/18/07  9.60Copied:
    11/26/07 14.17  Completion memo:LEFT MSG FOR AMY TO CALL ME IF SHE NEEDS ANYMORE FLU VACCINE.Copied: 01/09/08 14.73  Completion memo:left msg for Amy to call me if she needs anything today.Copied: 02/15/08  9.10 
    Completion memo:LEFT MSG FOR AMY TO CALL ME IF SHE NEEDS TO PREBOOK FLU VACCINE.Copied: 03/14/08 10.89  Completion memo:LEFT MSG ABOUT M/S.Copied: 04/14/08 15.30  Completion memo:spoke to amy. No need for anything today
    but fax her scale info.Copied: 05/15/08 10.29  Completion memo:left msg for any to call me if she needs anything today.|N|N|||||||||N|0
    01|KSB|271550|4/16/2008 0:00:00|10.49|03|OUT|KSB|3|15520|4/16/2008 0:00:00|10.49|4/18/2008 0:00:00|10.26|C|March 5, 200810:01 am Called Marty from AICHELE & FREY FAMILY PRACTICE LEFT MSG ON MARTI'S VM TO SEE IF SHE WANTS TO PREBOOK FLU. FAXED FF.Copied:
    03/10/08 10.48  Completion memo:cbCopied: 04/15/08 10.24  Completion memo:marty off today. call back tomorrow.Copied: 04/18/08 10.26  Completion memo:SPOKE WITH MARTY. NO NEED FOR ANYTHING TODAY.|N|N|||||||||N|0
    Thanks!

    For this I think you may be better off creating SSIS package from Business Intelligence Development Studio rather than using Export Import wizard. You need to convert the code page of columns from 1252 to 65001 for saving it to UTF 8 file. In SSIS you
    can use a derived column task for that.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Can any body tell me what this means version="1.0" encoding="UTF-8"

    version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
         <key>ADActivatedAppInfo</key>
         <array>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.AdSheetPhone</string>
                   <key>uuid</key>
                   <string>E77CB921-A914-39B8-AED0-5613E1B7D995</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>adamID</key>
                   <integer>284035177</integer>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.pandora</string>
                   <key>uuid</key>
                   <string>DFCC0DE0-1B70-3705-8C65-B8ADBFECCDF1</string>
                   <key>version</key>
                   <string>5.2.1</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilecal</string>
                   <key>uuid</key>
                   <string>E3F6D8DD-E8A3-3F19-A3F6-461D6D9648D4</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilephone</string>
                   <key>uuid</key>
                   <string>10E22426-5242-3AE2-8F27-8A807A0D6384</string>
                   <key>version</key>
                   <string>36</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.camera</string>
                   <key>uuid</key>
                   <string>36C6DFC4-2B1E-3176-BEAD-63847093699B</string>
                   <key>version</key>
                   <string>43</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileAddressBook</string>
                   <key>uuid</key>
                   <string>A4504DAE-2D05-34E3-A3F3-4364CA408A17</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileSMS</string>
                   <key>uuid</key>
                   <string>339505EB-BBC4-301E-8737-9B095A38BA13</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.purplebuddy</string>
                   <key>uuid</key>
                   <string>A22991BE-412A-3535-AF20-7BA376C5F6BE</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilemail</string>
                   <key>uuid</key>
                   <string>B3574F4B-DED1-315C-B2E5-0E5DE205BE48</string>
                   <key>version</key>
                   <string>53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Passbook</string>
                   <key>uuid</key>
                   <string>45DEA1F9-A7BF-3862-B7BF-E543BF0EE16D</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilenotes</string>
                   <key>uuid</key>
                   <string>64D3CEBF-32E9-3296-8C4C-5BE61DE13601</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.stocks</string>
                   <key>uuid</key>
                   <string>3A9ECA7F-3D9B-3E69-82D9-DC1B8DC04B7F</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.AppStore</string>
                   <key>uuid</key>
                   <string>70D8AE8E-862C-3168-BB99-7A17421BDF46</string>
                   <key>version</key>
                   <string>2.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Music</string>
                   <key>uuid</key>
                   <string>7CB348F1-3935-32E2-8397-FB39CF72370E</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.weather</string>
                   <key>uuid</key>
                   <string>97FC00E7-0B4D-3CC4-AC94-4585AA6E565B</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.kik.chat</string>
                   <key>uuid</key>
                   <string>0D0CA348-8DC0-3496-89E9-C4D10B9B1A53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilesms.compose</string>
                   <key>uuid</key>
                   <string>3FFBB737-67C7-3B74-870A-6162C414D4AA</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Preferences</string>
                   <key>uuid</key>
                   <string>1616442C-DA90-340B-9B97-14F14148C47F</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileStore</string>
                   <key>uuid</key>
                   <string>315A1441-2891-3561-814C-1577F01F81EC</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobileslideshow</string>
                   <key>uuid</key>
                   <string>FB91BA14-94C8-338E-9EBD-742F1822217E</string>
                   <key>version</key>
                   <string>43</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilesafari</string>
                   <key>uuid</key>
                   <string>3918023E-A067-3CDA-85A4-5BA6EEA12202</string>
                   <key>version</key>
                   <string>9537.53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.sgiggle.Tango</string>
                   <key>uuid</key>
                   <string>B3749827-4670-3E06-94ED-39492C587CE8</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.quicklook.quicklookd</string>
                   <key>uuid</key>
                   <string>FD920C08-3BED-3531-B481-A9C2ED18ED18</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
         </array>
         <key>ADBaselineDigest</key>
         <string>(no baseline)</string>
         <key>ADCrashLogVersion</key>
         <integer>1</integer>
         <key>ADDistributions</key>
         <dict>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadTime</k ey>
              <array>
                   <real>4.7330610156059265</real>
                   <real>4.7330610156059265</real>
                   <real>4.7330610156059265</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadTime</k ey>
              <array>
                   <real>869.05234104394913</real>
                   <real>869.05234104394913</real>
                   <real>869.05234104394913</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.OTACrashCopier.successfulSubmissionTime</key>
              <array>
                   <real>1.7039369940757751</real>
                   <real>1.7039369940757751</real>
                   <real>1.7039369940757751</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.EnergyPerDuetEvent</key>
              <array>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.EnergyPerDuetEvent.DuetUpdateTypeBannerPus h</key>
              <array>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.LengthPerDuetEvent</key>
              <array>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.LengthPerDuetEvent.DuetUpdateTypeBannerPus h</key>
              <array>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.app.controlcenter.screenOnTime</key>
              <array>
                   <real>1.4780386666666667</real>
                   <real>13.109959708333335</real>
                   <real>4.6316741166666677</real>
                   <real>94.127714359813936</real>
                   <integer>5</integer>
              </array>
              <key>com.apple.springboard.app.notificationcenter.notifications.screen OnTime</key>
              <array>
                   <real>0.20689066666666667</real>
                   <real>6.3412705416666668</real>
                   <real>1.6003759027777777</real>
                   <real>29.025233122905501</real>
                   <integer>9</integer>
              </array>
              <key>com.apple.springboard.app.notificationcenter.today.screenOnTime</ key>
              <array>
                   <real>0.25437445833333333</real>
                   <real>41.289182958333335</real>
                   <real>3.702015682692307</real>
                   <real>1531.0200819732686</real>
                   <integer>13</integer>
              </array>
              <key>com.apple.springboard.appswitcher.screenOnTime</key>
              <array>
                   <real>0.4827029166666667</real>
                   <real>67.364330500000008</real>
                   <real>3.3927100490362823</real>
                   <real>7172.0978896532797</real>
                   <integer>147</integer>
              </array>
              <key>com.apple.springboard.homescreen.controlcenter.screenOnTime</key>
              <array>
                   <real>2.8118167916666668</real>
                   <real>69.686451333333338</real>
                   <real>29.670307458333333</real>
                   <real>2495.7941294668854</real>
                   <integer>3</integer>
              </array>
              <key>com.apple.springboard.homescreen.notificationcenter.today.screenO nTime</key>
              <array>
                   <real>0.66369037500000005</real>
                   <real>0.66369037500000005</real>
                   <real>0.66369037500000005</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.homescreen.screenOnTime</key>
              <array>
                   <real>0.10140283333333334</real>
                   <real>353.54768808333336</real>
                   <real>17.245344634876545</real>
                   <real>190523.36744610147</real>
                   <integer>135</integer>
              </array>
              <key>com.apple.springboard.lockscreen.audio.screenOnTime</key>
              <array>
                   <real>0.42973641666666668</real>
                   <real>131.09283433333334</real>
                   <real>16.754546879807691</real>
                   <real>23110.085386656727</real>
                   <integer>26</integer>
              </array>
              <key>com.apple.springboard.lockscreen.controlcenter.screenOnTime</key>
              <array>
                   <real>0.35356800000000005</real>
                   <real>44.037761541666669</real>
                   <real>16.706775791666669</real>
                   <real>1441.8351079120398</real>
                   <integer>6</integer>
              </array>
              <key>com.apple.springboard.lockscreen.notificationcenter.notifications .screenOnTime</key>
              <array>
                   <real>2.8300523750000002</real>
                   <real>2.8300523750000002</real>
                   <real>2.8300523750000002</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.lockscreen.notificationcenter.today.screenO nTime</key>
              <array>
                   <real>0.40519129166666668</real>
                   <real>0.82319154166666675</real>
                   <real>0.62049895833333335</real>
                   <real>0.10547232738842713</real>
                   <integer>4</integer>
              </array>
              <key>com.apple.springboard.lockscreen.screenOnTime</key>
              <array>
                   <real>0.64972649999999998</real>
                   <real>32.518732875000005</real>
                   <real>5.014174195588236</real>
                   <real>1603.2079901613836</real>
                   <integer>85</integer>
              </array>
              <key>com.apple.springboard.thermalLevels</key>
              <array>
                   <real>0.0</real>
                   <real>0.0</real>
                   <real>0.0</real>
                   <real>0.0</real>
                   <integer>4</integer>
              </array>
         </dict>
         <key>ADLogCreationDate</key>
         <date>2014-03-11T00:05:02Z</date>
         <key>ADMetadata</key>
         <dict>
              <key>ADUserInterfaceLanguage</key>
              <string>en</string>
              <key>ADUserSetRegionFormat</key>
              <string>US</string>
         </dict>
         <key>ADScalars</key>
         <dict>
              <key>appActivationCount.com.apple.AppStore</key>
              <integer>9</integer>
              <key>appActivationCount.com.apple.MobileAddressBook</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.MobileSMS</key>
              <integer>31</integer>
              <key>appActivationCount.com.apple.MobileStore</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.Passbook</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.Preferences</key>
              <integer>36</integer>
              <key>appActivationCount.com.apple.camera</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.mobilecal</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.mobilemail</key>
              <integer>26</integer>
              <key>appActivationCount.com.apple.mobilenotes</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.mobilephone</key>
              <integer>20</integer>
              <key>appActivationCount.com.apple.mobilesafari</key>
              <integer>93</integer>
              <key>appActivationCount.com.apple.mobileslideshow</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.purplebuddy</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.stocks</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.weather</key>
              <integer>1</integer>
              <key>appActivationCount.com.kik.chat</key>
              <integer>19</integer>
              <key>appActivationCount.com.pandora</key>
              <integer>14</integer>
              <key>appActivationCount.com.sgiggle.Tango</key>
              <integer>15</integer>
              <key>appActiveTime.com.apple.AppStore</key>
              <integer>1229</integer>
              <key>appActiveTime.com.apple.MobileAddressBook</key>
              <integer>46</integer>
              <key>appActiveTime.com.apple.MobileSMS</key>
              <integer>1149</integer>
              <key>appActiveTime.com.apple.MobileStore</key>
              <integer>136</integer>
              <key>appActiveTime.com.apple.Passbook</key>
              <integer>5</integer>
              <key>appActiveTime.com.apple.Preferences</key>
              <integer>2065</integer>
              <key>appActiveTime.com.apple.camera</key>
              <integer>47</integer>
              <key>appActiveTime.com.apple.mobilecal</key>
              <integer>26</integer>
              <key>appActiveTime.com.apple.mobilemail</key>
              <integer>615</integer>
              <key>appActiveTime.com.apple.mobilenotes</key>
              <integer>5</integer>
              <key>appActiveTime.com.apple.mobilephone</key>
              <integer>5967</integer>
              <key>appActiveTime.com.apple.mobilesafari</key>
              <integer>28132</integer>
              <key>appActiveTime.com.apple.mobileslideshow</key>
              <integer>80</integer>
              <key>appActiveTime.com.apple.purplebuddy</key>
              <integer>494</integer>
              <key>appActiveTime.com.apple.stocks</key>
              <integer>64</integer>
              <key>appActiveTime.com.apple.weather</key>
              <integer>15</integer>
              <key>appActiveTime.com.kik.chat</key>
              <integer>619</integer>
              <key>appActiveTime.com.pandora</key>
              <integer>4610</integer>
              <key>appActiveTime.com.sgiggle.Tango</key>
              <integer>1867</integer>
              <key>appBackgroundActiveTime.com.apple.AdSheetPhone</key>
              <integer>231</integer>
              <key>appBackgroundActiveTime.com.apple.AppStore</key>
              <integer>48</integer>
              <key>appBackgroundActiveTime.com.apple.MobileAddressBook</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.MobileSMS</key>
              <integer>29181</integer>
              <key>appBackgroundActiveTime.com.apple.MobileStore</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.Music</key>
              <integer>1281</integer>
              <key>appBackgroundActiveTime.com.apple.Passbook</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.Preferences</key>
              <integer>526</integer>
              <key>appBackgroundActiveTime.com.apple.camera</key>
              <integer>4</integer>
              <key>appBackgroundActiveTime.com.apple.mobilecal</key>
              <integer>4</integer>
              <key>appBackgroundActiveTime.com.apple.mobilemail</key>
              <integer>60257</integer>
              <key>appBackgroundActiveTime.com.apple.mobilenotes</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.mobilephone</key>
              <integer>28113</integer>
              <key>appBackgroundActiveTime.com.apple.mobilesafari</key>
              <integer>3734</integer>
              <key>appBackgroundActiveTime.com.apple.mobileslideshow</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.mobilesms.compose</key>
              <integer>89</integer>
              <key>appBackgroundActiveTime.com.apple.purplebuddy</key>
              <integer>130</integer>
              <key>appBackgroundActiveTime.com.apple.quicklook.quicklookd</key>
              <integer>7230</integer>
              <key>appBackgroundActiveTime.com.apple.stocks</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.weather</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.kik.chat</key>
              <integer>1373</integer>
              <key>appBackgroundActiveTime.com.pandora</key>
              <integer>13858</integer>
              <key>appBackgroundActiveTime.com.sgiggle.Tango</key>
              <integer>530</integer>
              <key>appLaunchCount.com.apple.AdSheetPhone</key>
              <integer>5</integer>
              <key>appLaunchCount.com.apple.AppStore</key>
              <integer>3</integer>
              <key>appLaunchCount.com.apple.MobileAddressBook</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.MobileSMS</key>
              <integer>6</integer>
              <key>appLaunchCount.com.apple.MobileStore</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Music</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Passbook</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Preferences</key>
              <integer>10</integer>
              <key>appLaunchCount.com.apple.camera</key>
              <integer>2</integer>
              <key>appLaunchCount.com.apple.mobilecal</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilemail</key>
              <integer>6</integer>
              <key>appLaunchCount.com.apple.mobilenotes</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilephone</key>
              <integer>5</integer>
              <key>appLaunchCount.com.apple.mobilesafari</key>
              <integer>8</integer>
              <key>appLaunchCount.com.apple.mobileslideshow</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilesms.compose</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.purplebuddy</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.quicklook.quicklookd</key>
              <integer>2</integer>
              <key>appLaunchCount.com.apple.stocks</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.weather</key>
              <integer>1</integer>
              <key>appLaunchCount.com.kik.chat</key>
              <integer>2</integer>
              <key>appLaunchCount.com.pandora</key>
              <integer>3</integer>
              <key>appLaunchCount.com.sgiggle.Tango</key>
              <integer>5</integer>
              <key>appMapKitStandardMode</key>
              <integer>6</integer>
              <key>appMapKitStandardModeTime</key>
              <integer>86</integer>
              <key>com.apple.Advertising.LimitAdTracking</key>
              <integer>1</integer>
              <key>com.apple.Advertising.ResetAdIdentifier</key>
              <integer>6</integer>
              <key>com.apple.Duet.fetch.any.triggered</key>
              <integer>53</integer>
              <key>com.apple.Duet.fetch.denied</key>
              <integer>8</integer>
              <key>com.apple.Duet.fetch.denied.data_budget</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.denied.energy_budget</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.denied.poor_signal</key>
              <integer>8</integer>
              <key>com.apple.Duet.fetch.updates.failed</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.updates.given</key>
              <integer>0</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.AppStore </key>
              <integer>50</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileAd dressBook</key>
              <integer>6</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileSM S</key>
              <integer>17</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileSt ore</key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.Preferen ces</key>
              <integer>7850</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobilema il</key>
              <integer>59</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobileph one</key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobilesa fari</key>
              <integer>2013</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.purplebu ddy</key>
              <integer>25</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.springbo ard</key>
              <integer>109</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.stocks</ key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.weather< /key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.total3rdPartyTime< /key>
              <integer>117</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.download.succes s</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadStartDa yOfWeek.2</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadStartHo ur.15</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.download.succes s</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadStartDa yOfWeek.1</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadStartHo ur.22</key>
              <integer>1</integer>
              <key>com.apple.OTACrashCopier.attemptedSubmissions.wifi</key>
              <integer>2</integer>
              <key>com.apple.OTACrashCopier.submittedBytes.awd</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedBytes.da2</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedLogs.awd</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedLogs.da2</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.successfulSubmissions.wifi</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Opened.withTimeout</key>
              <integer>14</integer>
              <key>com.apple.Preferences.Opened.withoutTimeout</key>
              <integer>18</integer>
              <key>com.apple.Preferences.Reset.keyboardDictionary</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Reset.networkSettings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Reset.privacyWarnings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.account_settings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.bluetooth</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.castle</key>
              <integer>3</integer>
              <key>com.apple.Preferences.Views.general</key>
              <integer>14</integer>
              <key>com.apple.Preferences.Views.general.about</key>
              <integer>17</integer>
              <key>com.apple.Preferences.Views.general.accessibility</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.general.international</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.general.reset</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Views.general.usage</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Views.messages</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.notes</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.phone</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.photos</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.privacy</key>
              <integer>5</integer>
              <key>com.apple.Preferences.Views.reminders</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.wallpaper</key>
              <integer>3</integer>
              <key>com.apple.Preferences.Views.wifi</key>
              <integer>1</integer>
              <key>com.apple.Setup.Activations.wifi</key>
              <integer>1</integer>
              <key>com.apple.Setup.AppleID.creations</key>
              <integer>1</integer>
              <key>com.apple.Stocks.ChartUpdater.requests</key>
              <integer>2</integer>
              <key>com.apple.Stocks.NewsUpdater.requests</key>
              <integer>11</integer>
              <key>com.apple.Stocks.StockUpdater.failures</key>
              <integer>2</integer>
              <key>com.apple.Stocks.StockUpdater.requests</key>
              <integer>37</integer>
              <key>com.apple.Stocks.StocksChartView.views</key>
              <integer>1</integer>
              <key>com.apple.Stocks.SymbolValidator.requests</key>
              <integer>20</integer>
              <key>com.apple.Stocks.numberOfStocks</key>
              <integer>0</integer>
              <key>com.apple.Weather.WeatherIdentifier.requests</key>
              <integer>2</integer>
              <key>com.apple.Weather.localWeatherEnabled</key>
              <integer>0</integer>
              <key>com.apple.Weather.numberOfCities</key>
              <integer>2</integer>
              <key>com.apple.accessibility.assistivetouch-switch.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.assistivetouch.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.bolder.text</key>
              <integer>0</integer>
              <key>com.apple.accessibility.closed-captioning.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.guided-access.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.guided-access.usagecount</key>
              <integer>0</integer>
              <key>com.apple.accessibility.hearing-aid-mode.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.home-click-speed.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.increase.contrast</key>
              <integer>0</integer>
              <key>com.apple.accessibility.largefonts.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.lea-hearing-aid.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.led-flash-on-alerts.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.monoaudio.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.reduce.motion</key>
              <integer>0</integer>
              <key>com.apple.accessibility.speak-selection.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.whiteonblack.enabled</key>
              <integer>0</integer>
              <key>com.apple.autobrightness.device.color</key>
              <integer>3881788</integer>
              <key>com.apple.coremedia.crabs.vc.assetsize</key>
              <integer>101321</integer>
              <key>com.apple.coremedia.crabs.vc.downloadedbytes</key>
              <integer>2565</integer>
              <key>com.apple.coremedia.crabs.vc.unusedbytes</key>
              <integer>2436</integer>
              <key>com.apple.homebutton.doubleTaps</key>
              <integer>151</integer>
              <key>com.apple.homebutton.pushes</key>
              <integer>412</integer>
              <key>com.apple.iokit.hid.homeButton.wakeCount</key>
              <integer>2</integer>
              <key>com.apple.iokit.hid.powerButton.wakeCount</key>
              <integer>88</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.acceptedCount</ key>
              <integer>47</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.accep tedCount</key>
              <integer>29</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.perfo rmedCount</key>
              <integer>34</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.revis edCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.sugge stedCount</key>
              <integer>47</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.dismissedCount< /key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.enabled</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.performedCount< /key>
              <integer>54</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.acce ptedCount</key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.perf ormedCount</key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.revi sedCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.sugg estedCount</key>
              <integer>20</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.acceptedC ount</key>
              <integer>4</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.performed Count</key>
              <integer>4</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.suggested Count</key>
              <integer>7</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.revisedCount</k ey>
              <integer>11</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.accept edCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.perfor medCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.sugges tedCount</key>
              <integer>6</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.suggestedCount< /key>
              <integer>133</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.used</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.wordCount</key>
              <integer>235</integer>
              <key>com.apple.keyboard.userDictionary.entriesCount</key>
              <integer>1</integer>
              <key>com.apple.mobilemail.accountCounts.icloud</key>
              <integer>1</integer>
              <key>com.apple.mobilemail.accountCounts.totalCount</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.actionSheetShown</key>
              <integer>3</integer>
              <key>com.apple.mobilesafari.backNavigationGestureEdgeSwipeBack</key>
              <integer>11</integer>
              <key>com.apple.mobilesafari.backRequested</key>
              <integer>42</integer>
              <key>com.apple.mobilesafari.bookmarkRequested</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.completionURLRank-2</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.forwardNavigationGestureEdgeSwipeForward</ key>
              <integer>11</integer>
              <key>com.apple.mobilesafari.forwardRequested</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.goToCompletionURL</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.goToURLByKeyboardEntry</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.longPressOnLink</key>
              <integer>3</integer>
              <key>com.apple.mobilesafari.numberOfTabsOpen</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.openURLFromOtherApp</key>
              <integer>7</integer>
              <key>com.apple.mobilesafari.pagePrefetchingCancelled</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.pagePrefetchingStarted</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.readerAvailable</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.readerUnavailable</key>
              <integer>1235</integer>
              <key>com.apple.mobilesafari.reloadButtonTapped</key>
              <integer>22</integer>
              <key>com.apple.mobilesafari.searchMadeWithEngineID</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.tabClosed</key>
              <integer>12</integer>
              <key>com.apple.mobilesafari.tabOpened</key>
              <integer>5</integer>
              <key>com.apple.mobileslideshow.camera.still.back</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.camera.still.front</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.cameraPhotoCount</key>
              <integer>7</integer>
              <key>com.apple.mobileslideshow.photos.collections</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.photos.delete.fullscreen</key>
              <integer>6</integer>
              <key>com.apple.mobileslideshow.photos.delete.grid</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.photos.moments</key>
              <integer>4</integer>
              <key>com.apple.mobileslideshow.tab.album</key>
              <integer>3</integer>
              <key>com.apple.mobileslideshow.tab.photos</key>
              <integer>2</integer>
              <key>com.apple.networkd.persistent_guidance.none</key>
              <integer>152</integer>
              <key>com.apple.networkd.persistent_guidance.override</key>
              <integer>141</integer>
              <key>com.apple.passbook.passes.count</key>
              <integer>0</integer>
              <key>com.apple.passcode.PasscodeType</key>
              <integer>0</integer>
              <key>com.apple.power.backlight.usersetting</key>
              <integer>52</integer>
              <key>com.apple.power.state.pluggedin.count</key>
              <integer>9</integer>
              <key>com.apple.power.state.pluggedin.duration</key>
      

    It means Version 1.0 of the plist software. UTF-8 is an encoding method: UTF-8 - Wikipedia, the free encyclopedia.
    In the future don't make these long unnecessary posts. Just include the bare essentials.

  • Character encoding of Unicode (UTF-8) is what seems to be the default for printing. The page looks funny and the print is spread out.

    the layout of the page is different that it appears on the screen. I printed the confirmation of my VISA payment on line and it is not concise. The information is correct, but the layout isn't.
    Should I use another encoding? One of the Western ones? Maybe unicode (UTF-16)?

    There is a known bug involving printing in beta 12 that has been fixed in the Firefox 4 release candidate which is due out soon.

  • Error 1030723 Unable to get UTF-8 locale when using Essbase API 11.1.1

    Now I got a question about how to connect to an Essbase Server by using essbase client API (11.1.1). I encountered an error “Unable to get UTF-8 locale” when I tried to EssInit((pInitStruct, phInstance) API.
    However, I had no problem to call the API if I uses essbase previous client APIs (7.1 or 9.3).
    I passed the “ESS_API_UTF8” to usApiType field in the ESS_INIT_T struct. When I openned the “essapi.h” header file, I found these are some new fields (highlighted in red color below) added in the essbase client API (11.1.1)
    ESS_TSA_API_typedef_struct(ess_init_t)
    ESS_TSA_ELEMENT(ESS_ULONG_T, Version); /* This should be set to ESS_API_VERSION */
    ESS_TSA_ELEMENT(ESS_PVOID_T, UserContext); /* void pointer to user's message context */
    ESS_TSA_ELEMENT(ESS_USHORT_T, MaxHandles); /* max number of context handles required */
    ESS_TSA_ELEMENT(ESS_SIZE_T, MaxBuffer); /* max size of buffer that can be allocated */
    ESS_TSA_ELEMENT(ESS_STR_T, LocalPath); /* local path to use for file operations */
    ESS_TSA_ELEMENT(ESS_STR_T, MessageFile); /* full path name of message database file */
    ESS_TSA_ELEMENT(ESS_PFUNC_T, AllocFunc); /* user-defined memory allocation function */
    ESS_TSA_ELEMENT(ESS_PFUNC_T, ReallocFunc); /* user-defined memory reallocation function */
    ESS_TSA_ELEMENT(ESS_PFUNC_T, FreeFunc); /* user-defined memory free function */
    ESS_TSA_ELEMENT(ESS_PFUNC_T, MessageFunc); /* user-defined message callback function */
    ESS_TSA_ELEMENT(ESS_STR_T, HelpFile); /* user-defined help file path */
    ESS_TSA_ELEMENT(ESS_PVOID_T, Ess_System); /* reserved for internal use */
    ESS_TSA_ELEMENT(ESS_USHORT_T, usApiType);
    ESS_TSA_ELEMENT(ESS_PCATCHFUNC_T, CatchFunc); /* user-defined kill-own-request signal callback function */
    ESS_TSA_ELEMENT(ESS_PCATCH_INIT_FUNC_T, CatchInitFunc); /* user-defined kill-own-request signal initialization callback function */
    ESS_TSA_ELEMENT(ESS_PCATCH_TERM_FUNC_T, CatchTermFunc); /* user-defined kill-own-request signal termination callback function */
    ESS_TSA_ELEMENT(ESS_PCOOKIE_CREATE_FUNC_T, CookieCreateFunc); /* user-defined cookie creation function */
    ESS_TSA_ELEMENT(ESS_PCOOKIE_DELETE_FUNC_T, CookieDeleteFunc); /* user-defined cookie creation function */
    } ESS_TSA_END(ESS_INIT_T);
    I could not find any document to introduce the API (11.1.1. And what does the error “Unable to get UTF-8 locale” mean? How can work around it. Any environment parameters or paths need to be set?
    Please advise.

    Hi,
    The API documentation for V11 is available from :- http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_apiref/frameset.htm?launch.htm
    Hopefully it might point you in the right direction.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can someone tell me what I am doing wrong when creating a native extension for iPad? (Very detailed)

    My company is developing a game for the iPhone and iPad devices using Flash cs5.5 and Air3.0
    The client requires that certain features be supported - such things like GameCenter, Rating system, etc... none of which is currently supported by flash for the iOS.
    However, they did provide us with a bunch of xCode sample files on how they want things to work.
    My idea was to bridge the gap in functionality by creating a native exention that utilized the xcode source that was given to me, thus giving me the functionality that is required.
    But first, I need to actually CREATE a native extension, even just a basic echo/hello world... I have followed all the steps from various guides and tutorials and I have managed to create an ipa and put it on my iPad2 to test, but when the program starts up, nothing happens, I am left with a black screen. When I comment out the lines of code that intialize the extension, it fires up just fine.
    (and yes, I even tried to put things in try blocks in case there was an error - no luck)
    So I am hoping that someone can read through the process of what I am doing below and point out what I am doing wrong, or what I am missing.
    What I am using:
    Mac Mini running OSX 10.7.2 - this is used to run xCode 4.1 build 4B110
    PC - Windows 7 home 64bit - Running Flash CS5.5 (version 11.5.1.3469) with the AIR 3.0 SDK inside it. I also have the AIR 3.0 sdk in a seperate folder for command line running. (This is my primary developement platform)
    The PC does have flash builder installed, but I have never really used it, nor do I know how to use it... everything that has been built to date has been done using Flash CS5.5
    So, this is what I have done.
    The first thing I do is create a .a static library on the mac.
    I open xcode and create a new project.
    Select iOS Framework and Library, then select "Cocoa touch Static Library"
    Give it a name, in this case "EchoExtension" and put it in a folder.
    I then delete the EchoExtension.h file as all the samples I have seen to date don't use it.
    I then add "FlashRuntimeExtension.h" to the project from the AIR3.0 sdk frameworks folder on my PC
    I then delete everything in my .m file and, following several different examples and tutorials, type up the following code:
    //  EchoExtension.m
    //  EchoExtension
    #include "FlashRuntimeExtensions.h"
    FREObject echo(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]) {
        return argv[0];
    //----------- Extention intializer and finalizer ----------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ -
    // A native context instance is created
    void ContextInitializer(void* extData, const uint8_t* ctxType, FREContext ctx, uint32_t* numFunctionsToTest, const FRENamedFunction** functionsToSet) {
        // setup the number of functions in this extention
        // for easy reference, set the number of function that this extention will use.
        int FunctionCount = 1;
        // set the pointer reference to the number of function this extention will use.
        *numFunctionsToTest = FunctionCount;
        // create an array to store all the functions we will use.
        FRENamedFunction* func = (FRENamedFunction*)malloc(sizeof(FRENamedFunction)*FunctionCount);
        // create an array entry for each function
        func[0].name = (const uint8_t*)"echo"; // the name of the function
        func[0].functionData = NULL;                    // the data type
        func[0].function = &echo;             // reference to the actual function
        // save the array in a pointer.
        *functionsToSet = func;
    // A native context instance is disposed
    void ContextFinalizer(FREContext ctx) {
        return;
    // Initialization function of each extension
    void ExtInitializer(void** extDataToSet, FREContextInitializer* ctxInitializerToSet, FREContextFinalizer* ctxFinalizerToSet) {
        *extDataToSet = NULL;
        *ctxInitializerToSet = &ContextInitializer;
        *ctxFinalizerToSet = &ContextFinalizer;
    // Called when extension is unloaded
    void ExtFinalizer(void* extData) {
        return;
    I then go "Product", "Build" and it creates libEchoExtension.a
    I copy this .a file over to my PC.
    I am now finish with that god foresaken mac (*shudders*)
    Back on my PC, I create a folder for my test project. For all intents an purposes, let's call this "D:\src\EchoExtension" I then create 2 folders, one called "lib" and one called "app". Lib is where I will create the actionscript source for my extension.
    In my lib folder, I create a new fla in flash cs5.5 called "EchoExtension.fla"
    I create in my lib folder, the following:
    com\extensions\EchoExtension\EchoExtension.as
    a folder called "Build" in which I place my libEchoExtension.a file.
    in my EchoExtension.as file, I place the following code:
    package com.extensions.EchoExtension
        import flash.events.EventDispatcher;
        import flash.events.IEventDispatcher;
        import flash.external.ExtensionContext;
        public class EchoExtension extends EventDispatcher
            protected var _extensionContext:ExtensionContext;
             * Constructor.
            public function EchoExtension()
                super();
                // Initialize extension.
                _extensionContext = ExtensionContext.createExtensionContext( "com.extensions.EchoExtension", "main" );
            public function echo(Prompt:String):String
                return _extensionContext.call( "echo" ) as String;
    In my main fla, on the first layer of the time line, I simply put the following code to make sure that the as file get's included when I publish the swc.
    import com.extensions.EchoExtension.EchoExtension;
    var ext:EchoExtension = new EchoExtension();
    stop();
    I then open up my fla's publish settings, turn off the swf - which I don't need, and check the swc and make sure that it outputs into my build folder.  "./Build/EchoExtension.swc"
    I also set the player to Air 3.0 (which I can do since I have successfully integrated AIR 3.0 along side my AIR 2.6 and can build both without any problems)
    I then publish the swc. So far, so good. No problems.
    I then make a copy of the swc and rename it to EchoExtension.swc.zip, at which point I extract the library.swf file from it and also place it in my build folder.
    I then create extension.xml in by build folder which contains the following code:
    <extension xmlns="http://ns.adobe.com/air/extension/2.5">
      <id>com.extensions.EchoExtension</id>
      <versionNumber>1</versionNumber>
      <platforms>
        <platform name="iPhone-ARM">
            <applicationDeployment>
                <nativeLibrary>libEchoExtension.a</nativeLibrary>
                <initializer>ExtInitializer</initializer>
                <finalizer>ExtFinalizer</finalizer>
            </applicationDeployment>
        </platform>  
      </platforms>
    </extension>
    Now, at this point I am a little wary, because I am building for the iPad2... the platform is iPhone... I thought that may be a problem and at one point I tested the same build on the iPhone4 and had the same results. I have also tested it using the platform name of iPad-ARM and got the same results... So I don't think that is the problem, but I am unsure.
    Now, to make things easier, I created a batch file called "buildane.bat" in my build folder. This is what I will use to create my .ane file and it contains the following command line:
    D:\SDKs\AirSDK30\bin\adt -package -target ane EchoExtension.ane extension.xml -swc EchoExtension.swc -platform iPhone-ARM library.swf libEchoExtension.a
    I then open a command prompt and run buildane.bat and poof. My ane is created. My build folder has the following files in it now:
    buildane.bat
    EchoExtension.ane
    EchoExtension.swc
    EchoExtension.swc.zip
    extension.xml
    libEchoExtension.a
    library.swf
    Now that I have my swc, ane, and all that, it's time to create my sample application that will be used to test my new extension.
    I go back to my D:\src\EchoExtension folder and go into the app folder I created ealier.
    I then create a new flash project called EchoExtensionTester.fla
    I open the action script settings, library paths, and add the swc that I created in my D:\src\EchoExtension\lib\build folder to my project.
    On my stage, I create an input text field called txtInput, a dynamic text field called txtEcho, and a couple of buttons called btnClear, btnRuntime, and btnEcho
    I open up the first layer in the time line and place the following code:
    // basic imports.
    import flash.desktop.NativeApplication;
    import flash.events.MouseEvent;
    import flash.text.TextField;
    // import the extension from our swc.
    import com.extensions.EchoExtension.EchoExtension;
    // set our input text field to need the softkeyboard
    txtInput.needsSoftKeyboard = true;
    // add the event handlers to our buttons.
    btnEcho.addEventListener(MouseEvent.CLICK, btnEcho_Click);
    btnClear.addEventListener(MouseEvent.CLICK, btnClear_Click);
    btnRunTime.addEventListener(MouseEvent.CLICK, btnRunTime_Click);
    // create our extension variable.
    var ext:EchoExtension;
    try
        // initialize our echo extension.
        ext = new EchoExtension();
    } catch (e:Error) {
        txtEcho.text = "Error trying to create new EchoExtension:\n\n" + e;
    stop();
    // clear the echo text field
    function btnClear_Click(e:MouseEvent):void
        txtEcho.text = "";
    // just for testing, put the current version of air runtime into our text field so we can make sure we are running air 3.0
    function btnRunTime_Click(e:MouseEvent):void
        txtEcho.text += "\nRuntime version = " + NativeApplication.nativeApplication.runtimeVersion;
    // call the extension, passing it whatever is in the input text field and have it return it and place it in our echo text field
    function btnEcho_Click(e:MouseEvent):void
        txtEcho.text += "\n";
        try
            txtEcho.text += ext.echo(txtInput.text);
        } catch (e:Error) {
            txtEcho.text += "\nError calling ext.echo: " + e;
    I then save the project, Open the Air for iOS settings and set the following:  (but yes, I know... I am going to have to use adt to do the build, but I need to create the swf first)
    Output file: EchoExtensionTester.ipa
    Appname: EchoExtensionTester
    Version 1.0
    Landscape
    Fullscreen On
    Auto orientation is off
    rendering GPU
    device: iPad and iPhone
    Res: High
    Deployement: I use my certificate and provisionging profile that I use for my Primary project (which work) and set for device testing.
    I close the window and save again... but before I publish, I open  newly created "EchoExtensionTester-app.xml" that is in my app folder.
    I add <extensions>    <extensionID>com.extensions.EchoExtension</extensionID>  </extensions> to the xml file so now it looks like this:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.0">
      <extensions>
        <extensionID>com.extensions.EchoExtension</extensionID>
      </extensions>
      <id>EchoExtensionTester</id>
      <versionNumber>1.0</versionNumber>
      <filename>EchoExtensionTester</filename>
      <description/>
      <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
      <name>EchoExtensionTester</name>
      <!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
      <copyright/>
      <initialWindow>
        <content>EchoExtensionTester.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <visible>true</visible>
        <fullScreen>true</fullScreen>
        <aspectRatio>landscape</aspectRatio>
        <renderMode>gpu</renderMode>
        <maximizable>true</maximizable>
        <minimizable>true</minimizable>
        <resizable>true</resizable>
        <autoOrients>false</autoOrients>
      </initialWindow>
      <icon/>
      <customUpdateUI>false</customUpdateUI>
      <allowBrowserInvocation>false</allowBrowserInvocation>
      <iPhone>
        <InfoAdditions>
          <![CDATA[<key>UIDeviceFamily</key><array><string>1</string><string>2</string></array>]]>
        </InfoAdditions>
        <requestedDisplayResolution>high</requestedDisplayResolution>
      </iPhone>
    </application>
    I save the changes to the xml and go back to flash. I then publish.
    The swf is created as it should be, but then I get the error message:
    Error creating files.
    An implmentation for native extension 'com.extensions.EchoExtension' required by the application was not found for the target platform.
    Now, while this is a pain in the rear, I new this was going to happen because in my reading of tutorials and samples, they all said that you must use adt to build the ipa... but that's fine... all I wanted anyway was the swf, which I now have in my app folder.
    I close down flash as I don't need it anymore and I create a new batch file: (note: I change the names of the cert, provision profile, and password for this post)
    cls
    "D:\SDKs\AirSDK30\bin\adt" -package -target ipa-ad-hoc -storetype pkcs12 -keystore "D:\src\mycert.p12" -storepass MYPASSWORD -provisioning-profile "D:\src\myprovfile.mobileprovision" "EchoExtensionTester.ipa" "EchoExtensionTester-app.xml" "EchoExtensionTester.swf" -extdir ../lib/Build
    set /p dummy=
    echo done
    I then open a command window in my app folder and run build.bat...
    I wait about 2 minutes....
    YAY! My ipa file has been created with no errors reported so far.... Time to copy this bad boy to the iPad and see what happens.
    I open iTunes, drag "EchoExtensionTester.ipa" over to the Apps, then sync my device....
    YAY! iTunes has successfully installed the ipa on the device... and there is by bright and shiney blank icon for Echo Extension Tester...
    I open the app.... and.....
    nothing.
    I wait
    still nothing.
    I go to the bathroom.
    I get back... still nothing... just a black screen.
    I press the iPad home button, the app minimized, I restore it... nothing... black screen.
    hrm. Time to do a little trial and error to see if I can figure out where the break down is.
    As a test, I open my fla and I comment out the following lines:
    ext = new EchoExtension();
    txtEcho.text += ext.echo(txtInput.text);
    I then rebuild the swf... get the same error (don't care)... I then rebuild the ipa using the batch file.... and re-install it on the device when it's done.
    The exact same thing....
    I open the xml file... and remove the <extensionID>com.extensions.EchoExtension</extensionID> line, save and re-run the batch file again... wait for the ipa to finish, and run it on the device.
    I fire up the program on the iPad and it launches perfectly... except for the commented line of code to actually create and call the extension, everything works as it should. The runtime on the device is reporting as 3.0.0.4080
    As a test, I open the .fla back up and uncomment the 2 lines I commented out above... keeping the extensionID out of the xml file, I re-publish the ipa.... of course, this time, it actually creates the ipa from flash because the extension id is not in the xml.
    I put the ipa file with the extension code in place on the ipad... Fire it up and put some text into the txtInput and press the echo button. I get the following error:Error calling ext.echo: TypeError: Error #1009
    I suspect that is because I failed into include the extension in the descriptor... but when I build it with the extensionid in the xml, I just get a black screen. I am 99% sure that the extension context in the ext object is null (because that is what happens when I run it in flash debug without the extension lines in the xml)
    And here I am stuck.
    Can anyone tell me what I am doing wrong or what I have forgotten to do?
    Thanks.

    I have been trying to get the remote debugging working with my flash and ipad2... but I can't seem to figure it out. I looked at several tutorials, but the ipad build just doesn't want to seem to connect to the flash remote debugger.
    Anyway... here is a little more information.
    I moved the initialization of the extension from the  start of the application to the button event itself. Now, the application will start up exactly as it's supposed to, but when I press the button that creates and initalizes the extension and does the echo call, the application crashes.
    Here is the new code:
    // basic imports.
    import flash.desktop.NativeApplication;
    import flash.events.MouseEvent;
    import flash.text.TextField;
    // import the extension from our swc.
    import com.extensions.EchoExtension.EchoExtension;   
    // set our input text field to need the softkeyboard
    txtInput.needsSoftKeyboard = true;
    // add the event handlers to our buttons.
    btnEcho.addEventListener(MouseEvent.CLICK, btnEcho_Click);
    btnClear.addEventListener(MouseEvent.CLICK, btnClear_Click);
    btnRunTime.addEventListener(MouseEvent.CLICK, btnRunTime_Click);
    txtEcho.text += "Initialization complete.\n";
    stop();
    // clear the echo text field
    function btnClear_Click(e:MouseEvent):void
        txtEcho.text = "";
    // just for testing, put the current version of air runtime into our text field so we can make sure we are running air 3.0
    function btnRunTime_Click(e:MouseEvent):void
        txtEcho.text += "Runtime version = " + NativeApplication.nativeApplication.runtimeVersion +"\n" ;
    // call the extension, passing it whatever is in the input text field and have it return it and place it in our echo text field
    function btnEcho_Click(e:MouseEvent):void
    // create our extension variable.
        try
            var ext:EchoExtension = new EchoExtension();
            txtEcho.text += ext.echo(txtInput.text) +"\n" ;
            ext = null;
        } catch (err:Error) {
            txtEcho.text += "Error: " + err.message +"\n" ;
    Now, program crashes are an entirely different animal because the ipad creates a crash log! YAY!
    this is what the crash log contains:
    Incident Identifier: 4BF67A2C-FD36-495D-BB56-B3DCA4772EB8
    CrashReporter Key:   7a4dd56d46eb23a7701ad55245de2bca11c48b32
    Hardware Model:      iPad2,2
    Process:         EchoExtensionTester [9272]
    Path:            /var/mobile/Applications/90B3B31D-F516-4094-BE3B-88E1324419EC/EchoExtensionTester.app/Ech oExtensionTester
    Identifier:      EchoExtensionTester
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2011-10-28 14:17:48.145 -0300
    OS Version:      iPhone OS 4.3.5 (8L1)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   EchoExtensionTester               0x00813aac 0x1000 + 8465068
    1   EchoExtensionTester               0x005f88ec 0x1000 + 6256876
    2   EchoExtensionTester               0x00372ba4 0x1000 + 3611556
    3   EchoExtensionTester               0x006dd7c8 0x1000 + 7194568
    4   EchoExtensionTester               0x006dd25c 0x1000 + 7193180
    5   EchoExtensionTester               0x006de304 0x1000 + 7197444
    6   EchoExtensionTester               0x006dc750 0x1000 + 7190352
    7   EchoExtensionTester               0x006730cc 0x1000 + 6758604
    8   EchoExtensionTester               0x006dd0ac 0x1000 + 7192748
    9   EchoExtensionTester               0x006dc750 0x1000 + 7190352
    10  EchoExtensionTester               0x006730cc 0x1000 + 6758604
    11  EchoExtensionTester               0x006dd0ac 0x1000 + 7192748
    12  EchoExtensionTester               0x006dc750 0x1000 + 7190352
    13  EchoExtensionTester               0x006730cc 0x1000 + 6758604
    14  EchoExtensionTester               0x006dd0ac 0x1000 + 7192748
    15  EchoExtensionTester               0x0032fc90 0x1000 + 3337360
    16  EchoExtensionTester               0x00329e1c 0x1000 + 3313180
    17  EchoExtensionTester               0x0032171c 0x1000 + 3278620
    18  EchoExtensionTester               0x0032179c 0x1000 + 3278748
    19  EchoExtensionTester               0x0032ae00 0x1000 + 3317248
    20  EchoExtensionTester               0x00137328 0x1000 + 1270568
    21  EchoExtensionTester               0x004f9a5c 0x1000 + 5212764
    22  EchoExtensionTester               0x00035adc 0x1000 + 215772
    23  EchoExtensionTester               0x002f6824 0x1000 + 3102756
    24  EchoExtensionTester               0x002f7f18 0x1000 + 3108632
    25  UIKit                             0x35ef9bee 0x35ede000 + 113646
    26  UIKit                             0x35ef9568 0x35ede000 + 111976
    27  UIKit                             0x35ee230c 0x35ede000 + 17164
    28  UIKit                             0x35ee1c4c 0x35ede000 + 15436
    29  GraphicsServices                  0x321e9e70 0x321e5000 + 20080
    30  CoreFoundation                    0x316f3a90 0x3167e000 + 481936
    31  CoreFoundation                    0x316f5838 0x3167e000 + 489528
    32  CoreFoundation                    0x316f6606 0x3167e000 + 493062
    33  CoreFoundation                    0x31686ebc 0x3167e000 + 36540
    34  CoreFoundation                    0x31686dc4 0x3167e000 + 36292
    35  GraphicsServices                  0x321e9418 0x321e5000 + 17432
    36  GraphicsServices                  0x321e94c4 0x321e5000 + 17604
    37  UIKit                             0x35f0cd62 0x35ede000 + 191842
    38  UIKit                             0x35f0a800 0x35ede000 + 182272
    39  EchoExtensionTester               0x001819e4 0x1000 + 1575396
    40  EchoExtensionTester               0x00813a6c 0x1000 + 8465004
    Thread 1:
    0   libsystem_kernel.dylib            0x35afe3ec 0x35aec000 + 74732
    1   libsystem_c.dylib                 0x31bf06d8 0x31bbc000 + 214744
    2   libsystem_c.dylib                 0x31bf0bbc 0x31bbc000 + 215996
    Thread 2 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 2:
    0   libsystem_kernel.dylib            0x35afefbc 0x35aec000 + 77756
    1   libdispatch.dylib                 0x31660ed4 0x31660000 + 3796
    2   libdispatch.dylib                 0x31661f3a 0x31660000 + 7994
    3   libdispatch.dylib                 0x316614ec 0x31660000 + 5356
    4   libsystem_c.dylib                 0x31bf058a 0x31bbc000 + 214410
    5   libsystem_c.dylib                 0x31bf0bbc 0x31bbc000 + 215996
    Thread 3 name:  WebThread
    Thread 3:
    0   libsystem_kernel.dylib            0x35afbc00 0x35aec000 + 64512
    1   libsystem_kernel.dylib            0x35afb758 0x35aec000 + 63320
    2   CoreFoundation                    0x316f42b8 0x3167e000 + 484024
    3   CoreFoundation                    0x316f6562 0x3167e000 + 492898
    4   CoreFoundation                    0x31686ebc 0x3167e000 + 36540
    5   CoreFoundation                    0x31686dc4 0x3167e000 + 36292
    6   WebCore                           0x3248e27e 0x32488000 + 25214
    7   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    8   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 4:
    0   libsystem_kernel.dylib            0x35afdd18 0x35aec000 + 72984
    1   libsystem_c.dylib                 0x31c16860 0x31bbc000 + 370784
    2   libsystem_c.dylib                 0x31bbdeb2 0x31bbc000 + 7858
    3   EchoExtensionTester               0x004aa090 0x1000 + 4886672
    4   EchoExtensionTester               0x002a0b54 0x1000 + 2751316
    5   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    6   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    7   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    8   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    9   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 5:
    0   libsystem_kernel.dylib            0x35afdd18 0x35aec000 + 72984
    1   libsystem_c.dylib                 0x31c16860 0x31bbc000 + 370784
    2   libsystem_c.dylib                 0x31bbdeb2 0x31bbc000 + 7858
    3   EchoExtensionTester               0x004aa090 0x1000 + 4886672
    4   EchoExtensionTester               0x002a0b54 0x1000 + 2751316
    5   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    6   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    7   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    8   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    9   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 6:
    0   libsystem_kernel.dylib            0x35afbc74 0x35aec000 + 64628
    1   libsystem_kernel.dylib            0x35afbf46 0x35aec000 + 65350
    2   libsystem_c.dylib                 0x31c16812 0x31bbc000 + 370706
    3   libsystem_c.dylib                 0x31c169fe 0x31bbc000 + 371198
    4   EchoExtensionTester               0x004a9f60 0x1000 + 4886368
    5   EchoExtensionTester               0x001b8908 0x1000 + 1800456
    6   EchoExtensionTester               0x001b893c 0x1000 + 1800508
    7   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    8   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    9   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    10  libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    11  libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 7:
    0   libsystem_kernel.dylib            0x35afdd18 0x35aec000 + 72984
    1   libsystem_c.dylib                 0x31c16860 0x31bbc000 + 370784
    2   libsystem_c.dylib                 0x31bbde86 0x31bbc000 + 7814
    3   EchoExtensionTester               0x004aa044 0x1000 + 4886596
    4   EchoExtensionTester               0x0039367c 0x1000 + 3745404
    5   EchoExtensionTester               0x004aa2fc 0x1000 + 4887292
    6   EchoExtensionTester               0x004aa5e8 0x1000 + 4888040
    7   EchoExtensionTester               0x004aa748 0x1000 + 4888392
    8   libsystem_c.dylib                 0x31bef30a 0x31bbc000 + 209674
    9   libsystem_c.dylib                 0x31bf0bb4 0x31bbc000 + 215988
    Thread 0 crashed with ARM Thread State:
        r0: 0x03ebb060    r1: 0x00000000      r2: 0x00000000      r3: 0x00000000
        r4: 0x043b19e0    r5: 0x00000002      r6: 0x2fdfc178      r7: 0x2fdfc108
        r8: 0x043b19e0    r9: 0x007d47d4     r10: 0x2fdfc1e4     r11: 0x043b19f0
        ip: 0x00813aad    sp: 0x2fdfc03c      lr: 0x005f88f4      pc: 0x00813aac
      cpsr: 0x68000030
    Binary Images:
        0x1000 -   0x8d6fff +EchoExtensionTester armv7  <4c58623df42ff7826b2bf3efab136467> /var/mobile/Applications/90B3B31D-F516-4094-BE3B-88E1324419EC/EchoExtensionTester.app/Ech oExtensionTester
    0x2fe00000 - 0x2fe25fff  dyld armv7  <4d3190188cbf32a8a73f32a8b5bb7adf> /usr/lib/dyld
    0x30986000 - 0x309b9fff  QuickLook armv7  <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
    0x30ab8000 - 0x30abefff  StoreKit armv7  <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x30ac5000 - 0x30af3fff  DataAccess armv7  <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x30af4000 - 0x30b9afff  GameKit armv7  <844f6d90111f3e81961a723f557dd2a1> /System/Library/Frameworks/GameKit.framework/GameKit
    0x30bbf000 - 0x30c7efff  CFNetwork armv7  <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x30c81000 - 0x30d05fff  AVFoundation armv7  <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x30e07000 - 0x30f07fff  libGLProgrammability.dylib armv7  <c0e6b958279639c098136283c6ad06a8> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x30f08000 - 0x30f0bfff  ActorKit armv7  <f7aa6cdd654231988aafcf448978f450> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
    0x30f0c000 - 0x30f52fff  CoreTelephony armv7  <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x30f56000 - 0x30f5dfff  AggregateDictionary armv7  <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x30f85000 - 0x31072fff  libiconv.2.dylib armv7  <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
    0x3107a000 - 0x310affff  AddressBook armv7  <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x310b0000 - 0x311d1fff  CoreGraphics armv7  <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x31209000 - 0x31241fff  IOKit armv7  <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x31242000 - 0x3129bfff  EventKit armv7  <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
    0x312af000 - 0x3136bfff  MapKit armv7  <806f9ca7eb593d1998587441ce87a396> /System/Library/Frameworks/MapKit.framework/MapKit
    0x3136c000 - 0x31466fff  GameKitServices armv7  <a69426414c4634cda77409d5890696ac> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
    0x31469000 - 0x314a6fff  CoreText armv7  <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
    0x314a7000 - 0x314abfff  libGFXShared.dylib armv7  <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x314ac000 - 0x314c7fff  FTServices armv7  <e23c3572bf3a36a3a99364d18c484f1e> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x314c8000 - 0x31519fff  libsqlite3.dylib armv7  <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
    0x31624000 - 0x31626fff  libAccessibility.dylib armv7  <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
    0x31627000 - 0x3165ffff  libCGFreetype.A.dylib armv7  <416c77100b453e3f838831c4c857f8c7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
    0x31660000 - 0x3166dfff  libdispatch.dylib armv7  <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
    0x3167e000 - 0x31763fff  CoreFoundation armv7  <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x31797000 - 0x317cefff  Security armv7  <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
    0x317cf000 - 0x317effff  PrintKit armv7  <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x31851000 - 0x31858fff  libbz2.1.0.dylib armv7  <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
    0x31ba0000 - 0x31ba8fff  MobileBluetooth armv7  <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x31bbc000 - 0x31c3dfff  libsystem_c.dylib armv7  <17ee3fe220c23b1f898d21ba25b2bcac> /usr/lib/system/libsystem_c.dylib
    0x31c5a000 - 0x31d6cfff  MediaPlayer armv7  <da848c0745a637af81d7edd962a09324> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x31d6d000 - 0x31e0afff  AddressBookUI armv7  <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
    0x31e0b000 - 0x31e3afff  SystemConfiguration armv7  <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x31e42000 - 0x31e4bfff  MobileWiFi armv7  <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x31e4c000 - 0x31e4cfff  libCVMSPluginSupport.dylib armv7  <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x31e4d000 - 0x31e4dfff  Accelerate armv7  <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x31e6b000 - 0x31e6efff  CaptiveNetwork armv7  <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x31e6f000 - 0x31e81fff  TelephonyUI armv7  <e2c34b9a391e3384875ac552dbca0ad4> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
    0x31e82000 - 0x31e97fff  libresolv.9.dylib armv7  <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
    0x31e98000 - 0x31ea3fff  libz.1.dylib armv7  <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
    0x31ec7000 - 0x31ec9fff  SpringBoardUI armv7  <90ba5da3e3e337e0a83e2c2589d951a8> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
    0x31ed3000 - 0x31ef0fff  libsystem_info.dylib armv7  <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
    0x31ef2000 - 0x31ef4fff  libgcc_s.1.dylib armv7  <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
    0x31f0c000 - 0x31f3ffff  AppSupport armv7  <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x31f40000 - 0x31f43fff  IOSurface armv7  <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x31f64000 - 0x31f79fff  OpenAL armv7  <162722d7da273d649798b27ae0e4458c> /System/Library/Frameworks/OpenAL.framework/OpenAL
    0x31fa8000 - 0x31fb7fff  MobileDeviceLink armv7  <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
    0x31fb8000 - 0x31ff4fff  libGLImage.dylib armv7  <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x31ff5000 - 0x3203ffff  libstdc++.6.dylib armv7  <e98c3fd72ba43d02aac24b08f7219eb7> /usr/lib/libstdc++.6.dylib
    0x32044000 - 0x3204bfff  libMobileGestalt.dylib armv7  <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
    0x320af000 - 0x320d3fff  MediaControl armv7  <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
    0x320d6000 - 0x320dbfff  libcopyfile.dylib armv7  <e32cf2d48a1f3060b372ca7623e4a12b> /usr/lib/system/libcopyfile.dylib
    0x320df000 - 0x320e5fff  BluetoothManager armv7  <7861bc6128d93f72877df2f234434a47> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x320f2000 - 0x320f7fff  liblaunch.dylib armv7  <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
    0x32124000 - 0x32127fff  MobileIcons armv7  <08e426f8a707388d8adda670bfed0c2e> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x3216d000 - 0x321a0fff  iCalendar armv7  <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x321e5000 - 0x321f1fff  GraphicsServices armv7  <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x321f2000 - 0x32231fff  libSystem.B.dylib armv7  <64cf947dd8423eeeb677f81dd3eb2d9d> /usr/lib/libSystem.B.dylib
    0x32232000 - 0x3225bfff  ContentIndex armv7  <ecd71782cd833360872b943ecc65d203> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
    0x32270000 - 0x322a5fff  ImageCapture armv7  <2c474beec10f3791ac8a1d37df04600f> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
    0x322a6000 - 0x322dafff  VideoToolbox armv7  <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x32301000 - 0x32409fff  CoreData armv7  <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
    0x3240a000 - 0x3240cfff  Marco armv7  <53203fa831ab34f894f3a3811bf3917c> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x32440000 - 0x32443fff  ArtworkCache armv7  <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
    0x32444000 - 0x32452fff  OpenGLES armv7  <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x32468000 - 0x32487fff  Bom armv7  <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x32488000 - 0x32a93fff  WebCore armv7  <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x32a98000 - 0x32a9afff  IOMobileFramebuffer armv7  <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x32a9b000 - 0x32adbfff  CoreMedia armv7  <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x32ade000 - 0x32ae1fff  MediaRemote armv7  <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x32ae3000 - 0x32ae8fff  libnotify.dylib armv7  <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
    0x32be5000 - 0x32ed2fff  libLAPACK.dylib armv7  <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dyl ib
    0x32f68000 - 0x32f69fff  libremovefile.dylib armv7  <0fa08e1bb47a3d179072a933d1726597> /usr/lib/system/libremovefile.dylib
    0x32f6a000 - 0x32fbffff  libvDSP.dylib armv7  <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x32fc0000 - 0x33084fff  libobjc.A.dylib armv7  <a89ef30f6d663254babb6329ce02ca3d> /usr/lib/libobjc.A.dylib
    0x33085000 - 0x330b3fff  MIME armv7  <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x330bc000 - 0x3311bfff  libBLAS.dylib armv7  <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x33120000 - 0x331cffff  QuartzCore armv7  <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x331d0000 - 0x331d2fff  Camera armv7  <fd4d53b318ab35ce9bb89db3879120f0> /System/Library/PrivateFrameworks/Camera.framework/Camera
    0x331fa000 - 0x331fdfff  ApplePushService armv7  <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x331fe000 - 0x3331dfff  Foundation armv7  <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
    0x3331e000 - 0x33361fff  ManagedConfiguration armv7  <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x33391000 - 0x33396fff  libsystem_dnssd.dylib armv7  <f019bc513a6a37f4a79555b3ffb2a777> /usr/lib/system/libsystem_dnssd.dylib
    0x33439000 - 0x33446fff  libbsm.0.dylib armv7  <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
    0x3346f000 - 0x34ebdfff  TextInput armv7  <f242acc046073c1598195dd26fd8ad6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x34f49000 - 0x34f4bfff  CrashReporterSupport armv7  <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x34f4e000 - 0x34f54fff  IAP armv7  <c0f4c99a1b493e489948f231ad9238e2> /System/Library/PrivateFrameworks/IAP.framework/IAP
    0x34f99000 - 0x34fe7fff  GMM armv7  <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
    0x34fe8000 - 0x35031fff  IMCore armv7  <9c1e280e1fa33fa784cad479b9cbd941> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x35032000 - 0x35077fff  IMAVCore armv7  <a4dbb6f1203e3f569080707b3a388573> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
    0x3507a000 - 0x35086fff  HomeSharing armv7  <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x3509e000 - 0x3516ffff  IMGSGX543GLDriver armv7  <406a4fa178c036e78cdc9537d5332c2e> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x35170000 - 0x3526ffff  PhotoLibrary armv7  <03a0336e443b3d958419dab3d432b147> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
    0x35270000 - 0x35276fff  liblockdown.dylib armv7  <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
    0x352b1000 - 0x352dbfff  libtidy.A.dylib armv7  <68abd33352613e80a099a46d38704085> /usr/lib/libtidy.A.dylib
    0x352ff000 - 0x35303fff  AssetsLibraryServices armv7  <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x35304000 - 0x35346fff  CoreAudio armv7  <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x35347000 - 0x35351fff  ExternalAccessory armv7  <eebb4bdbbefb37419b884ffa011e1dc5> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
    0x35352000 - 0x3535cfff  AccountSettings armv7  <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x3536e000 - 0x3538efff  AppleAccount armv7  <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x3544b000 - 0x3544bfff  libdnsinfo.dylib armv7  <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
    0x35645000 - 0x356eefff  libxml2.2.dylib armv7  <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
    0x356ef000 - 0x35809fff  libicucore.A.dylib armv7  <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
    0x35883000 - 0x3590dfff  Message armv7  <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message
    0x35911000 - 0x35a65fff  AudioToolbox armv7  <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x35a6e000 - 0x35a73fff  MobileKeyBag armv7  <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x35a77000 - 0x35ae6fff  ProofReader armv7  <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x35aec000 - 0x35b03fff  libsystem_kernel.dylib armv7  <c4ebe7eb2e6c3a2d9bd3620a4d6dbc0e> /usr/lib/system/libsystem_kernel.dylib
    0x35b04000 - 0x35c50fff  MediaToolbox armv7  <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
    0x35c51000 - 0x35c51fff  libsystem_sandbox.dylib armv7  <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
    0x35cab000 - 0x35cf2fff  MessageUI armv7  <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x35d49000 - 0x35d72fff  MobileCoreServices armv7  <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x35d73000 - 0x35d8bfff  iAd armv7  <7f6c5b4499ee383ea75f0cc8dcb5ca35> /System/Library/Frameworks/iAd.framework/iAd
    0x35d8c000 - 0x35d9bfff  Notes armv7  <d9c976ca976e3d029f69febd48f17601> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x35d9d000 - 0x35db6fff  libRIP.A.dylib armv7  <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x35db7000 - 0x35ea3fff  GLEngine armv7  <f216c91c5fdb38a9ae65dc6651ccbd02> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x35ebb000 - 0x35edbfff  MobileSync armv7  <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
    0x35edc000 - 0x35eddfff  libsystem_blocks.dylib armv7  <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
    0x35ede000 - 0x3626bfff  UIKit armv7  <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
    0x3626c000 - 0x3657ffff  GeoServices armv7  <88616f3deada3bb495fc15e3ba58dc83> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x365bb000 - 0x365cbfff  WebBookmarks armv7  <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x365dc000 - 0x36622fff  CoreLocation armv7  <249b8af3dc503d11bf3711f0407c66d8> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x36629000 - 0x36629fff  vecLib armv7  <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x3663f000 - 0x36640fff  CoreSurface armv7  <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x36641000 - 0x366d6fff  ImageIO armv7  <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x366d7000 - 0x3679dfff  MusicLibrary armv7  <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x3679e000 - 0x36844fff  Celestial armv7  <407badafc6403692bf099d542d28bf7f> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x36847000 - 0x36849fff  MobileInstallation armv7  <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x3684e000 - 0x36850fff  MailServices armv7  <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x36851000 - 0x368b7fff  EventKitUI armv7  <b3b568df80863f2e9374054bab335bf3> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
    0x369e7000 - 0x36a98fff  WebKit armv7  <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x36b4e000 - 0x36c7afff  libmecabra.dylib armv7  <113de5f9858c32b8b158bfdc68042a97> /usr/lib/libmecabra.dylib
    0x36c7c000 - 0x36c92fff  EAP8021X armv7  <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x36c93000 - 0x36c99fff  ProtocolBuffer armv7  <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x36cda000 - 0x36cdefff  libcache.dylib armv7  <362fdd2de66f3e189b5d139c9669a9e3> /usr/lib/system/libcache.dylib
    0x36cdf000 - 0x36cf1fff  PersistentConnection armv7  <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x36d08000 - 0x36d11fff  ITSync armv7  <ba8b48d061903e4096774344448776d0> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
    0x36d13000 - 0x36e17fff  JavaScriptCore armv7  <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x36e1b000 - 0x36e24fff  CoreVideo armv7  <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x36e25000 - 0x36e28fff  libmacho.dylib armv7  <53908d448e9e32418652a4afee5bc578> /usr/lib/system/libmacho.dylib
    0x36e29000 - 0x36e77fff  CoreMotion armv7  <5e6b884d36d93789b40b7f3876130417> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x36e7d000 - 0x36e7efff  DataMigration armv7  <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x36e7f000 - 0x36e85fff  AssetsLibrary armv7  <124dd93095423fcf8029d3c7614dffd4> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x36ee6000 - 0x36ef9fff  libmis.dylib armv7  <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
    0x36f16000 - 0x36f17fff  libsystem_network.dylib armv7  <3e0b7d6754cd33669c0680525f03ede1> /usr/lib/system/libsystem_network.dylib
    0x36f18000 - 0x36f4bfff  StoreServices armv7  <d526715648f435c3aac4c42953e76d20> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x36fa9000 - 0x3706afff  RawCamera armv7  <0c52d8b1498c3dbb9aad95f3bcd8261d> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x370b2000 - 0x370ddfff  IMFoundation armv7  <f1f21bedbf2e3ea38f692abef0005d76> /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMFoundation.framework/IMFo undation
    0x370e4000 - 0x370e5fff  libdyld.dylib armv7  <7dd4acfe150831e0ae82296587e67e7f> /usr/lib/system/libdyld.dylib
    0x370ec000 - 0x370fcfff  DataAccessExpress armv7  <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x37144000 - 0x37147fff  CertUI armv7  <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x37148000 - 0x37154fff  SpringBoardServices armv7  <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices

  • UTF-8 encoding in J2ME

    Hello,
    I'm currently developing J2ME application for downloading bus schedules.
    The data that I download is in polish language (eg. bus directions, stop names etc). These are xml files generated by a php script encoded in UTF-8.
    The problem is that I don't know how to display that properly, so that all the polish characters are what they're supposed to be.
    Some of my code for downloading content:
    String getXML(String url)
            HttpConnection cn = null;
            InputStream str = null;
            //DataInputStream strd = null;
            StringBuffer sb = null;
            try
                int code;
                cn = (HttpConnection) Connector.open(url);
                code = cn.getResponseCode();
                if (code == HttpConnection.HTTP_OK)
                    str = cn.openInputStream();
                    // strd = new DataInputStream(str);
                    sb = new StringBuffer();
                    InputStreamReader r = new InputStreamReader(str, "UTF-8");
                    int total = 0;
                    int read = 0;
                    while ((read = r.read()) >= 0)
                        total++;
                        sb.append((char) read);
                    return sb.toString();
                else
                    throw new Exception("Nie uda&#322;o si&#281; po&#322;&#261;czy&#263; z serwerem");
            catch (Exception e)
                return null;
            finally
                try
                    if (str != null)
                        str.close();
                    if (cn != null)
                        cn.close();
                catch (Exception e)
        }And parsing it:
    InputStreamReader reader = null;
                    String xml = getScheduleXML(getSel_Line(), null, null);
                    ByteArrayInputStream stream = new ByteArrayInputStream(xml.getBytes());
                    reader = new InputStreamReader(stream, "UTF-8");
                    parser.setInput(reader);
                    while (parser.next() != KXmlParser.END_DOCUMENT)
                        if ((parser.getEventType() == KXmlParser.START_TAG) && (parser.getName().equalsIgnoreCase("direction")))
                                String d = (String) parser.getAttributeValue(0);
                                v.addElement(d);
                                String d2 = (String) parser.getAttributeValue(1);
                                v2.addElement(d2);
                    }What do I do wrong? What is missing?

    Problem solved. I had to add "UTF-8" parameter to getBytes method.

  • How to retrieve input data from a HTML form in the UTF-8 cha

    I encountered the following problem with a JWeb Application:
    I tried to write a JWeb-Application for OAS 4.0, that retrieves
    input data from a HTML form and writes it into an Oracle
    database.
    All processing should be done in the UTF-8 character set.
    The problem is, that the form data retrieved by getURLParameter
    are always encoded in a non-unicode character set and I found no
    way to change this.
    Can anybody tell me what I should do to get the form data in the
    UTF-8 character set?
    null

    Hi
    Try set in the JWEB application's Java environment such
    SYSTEM_PROPERTY: file.encoding=UTF8.
    Andrew
    Thomas Gertkemper (guest) wrote:
    : I encountered the following problem with a JWeb Application:
    : I tried to write a JWeb-Application for OAS 4.0, that
    retrieves
    : input data from a HTML form and writes it into an Oracle
    : database.
    : All processing should be done in the UTF-8 character set.
    : The problem is, that the form data retrieved by getURLParameter
    : are always encoded in a non-unicode character set and I found
    no
    : way to change this.
    : Can anybody tell me what I should do to get the form data in
    the
    : UTF-8 character set?
    null

  • My apple TV 3 is stuck in recovery. When connected to iTunes through microUSB, it gets stuck in "Preparing Apple TV for restore", then after what seems forever, it gives me an error 2003. What can be done?

    I tried to update my Apple TV today through iTunes using a microUSB. It gave me an error, I tried again and now it is stuck in recovery mode. If I plug it into the TV, it just shows that I have to connect it to iTunes (just the picture). I unplug everything, plug the microUSB and USB, plug the power, open iTunes, it shows, asks me to restore, I click Restore. It starts extracting the file, finishes, then gets stuck in "Preparing Apple TV for restore..." for what seems forever, when it finally times out, I get an error number 2003. I have tried different USB ports, no other USB device is connecte, I have tried restarting the PC (running windows 7, up to date, iTunes up to date as well), I have tried redownloading the IPSW and even using the shift+restore and manually selecting the .IPSW file, and to be honest, I give up! If anyone can help, I'd truly appreciate it. Thanks!
    PS: I also tried pressing menu+down for 6 seconds to restart, I tried pressing menu+play to restart, I tried pressing menu+down 6 secs and then menu+play 6 seconds for the so called DFU mode, nothing works, the Apple TV just restarts back to the "connect to itunes picture" along with the fast continuous white light flashing.

    typed in appletv error 2003 in google
    https://discussions.apple.com/thread/2614453?start=0&tstart=0
    http://forums.macrumors.com/showthread.php?t=812231
    more
    https://www.google.dk/search?client=opera&q=appletv+error+2003&sourceid=opera&ie =utf-8&oe=utf-8&channel=suggest

Maybe you are looking for